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.actions.weave.redline">
	<item action="weave.redline.exportMarkers" defaultProj="EPSG:283554326">
		<projections>
			<projection id="EPSG:4326"  label="WGSGeographic - 84WGS84"/>
			<projection id="EPSG:4283"  label="Geographic GDA 1994- GDA94"/>
			<projection id="EPSG:7844"  label="Geographic - GDA2020"/>
			<projection id="EPSG:28355" label="GDA 1994 ="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 1994 GDA 1994 - GDA2020"/>
			<projection id="EPSG:3857"  label="Web Mercator"/>
		</projections>
		<description>Some extra text for the file</description>
	</item>
</item>

...