Versions Compared

Key

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

...

Code Block
languagexml
titleExample of adding export markers tool to redline toolbar
<item action="com.cohga.client.actionsweave.redline">
	<item action="weave.redline.exportMarkers" defaultProj="EPSG:4326">
		<projections>
			<projection id="EPSG:4326"  label="Geographic - WGS84"/>
			<projection id="EPSG:4283"  label="Geographic - GDA94"/>
			<projection id="EPSG:7844"  label="Geographic - GDA2020"/>
			<projection id="EPSG:28355" label="MGA Zone 55 - GDA94"/>
			<projection id="EPSG:7855"  label="MGA Zone 55 - GDA2020"/>
			<projection id="EPSG:3111"  label="VicGrid - GDA94"/>
			<projection id="EPSG:7899"  label="VicGrid - GDA2020"/>
			<projection id="EPSG:3857"  label="Web Mercator"/>
		</projections>
		<description>Some extra text for the file</description>
	</item>
</item>

...