Tuesday 18 February 2014

Calculation




Make sure that the name of a calculation has no trailing space when you create it. Otherwise you will get an error message when generating graphics – something along the lines:

Saving objects in cache failed.
Index out of range.

You need to open the layer file in an editor and delete the trailing space:

<CalculatedProperty>
      <Name>AL_ABSTLINIE_ID </Name>
to

<CalculatedProperty>
      <Name>AL_ABSTLINIE_ID</Name>

Map 2103. SP2

No comments:

Post a Comment