Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleExample config for using class breaks with icons for esriShapeLayer containing points
<esriShapeLayer id="myPointLayer" name="Some Points">
			<file>myPointLayer.shp</file>
			<pointIconId>default_icon.gif</pointIconId>
			<classBreaksAttributeName>ICON_ATTRIBUTE</classBreaksAttributeName>
			<classBreaks>
				<break lowerValue="0" label="low" icon="green_circle.gif"/>
				<break lowerValue="1000" label="high" icon="blue_square.gif"/>
			</classBreaks>
		</esriShapeLayer>
coverageTileArchiveLayer

...