Versions Compared

Key

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

...

Code Block
xml
xml
linenumberstrue
<contextmenu>
        <item action="weave.zoomToScale">
	        <text>Street Level</text>
	        <scale>2500</scale>
        </item>
        <item action="weave.zoomToScale">
	        <text>Suburb Level</text>
	        <scale>25000</scale>
        </item>
        <item action="weave.zoomToScale">
	        <text>Council Level</text>
	        <scale>130000</scale>
        </item>
        <item>-</item>
        <item action="weave.previousExtent">
	        <text>Previous Extent</text>
        </item>
        <item action="weave.nextExtent">
	        <text>Next Extent</text>
        </item>
        <item action="weave.initialExtent">
	        <text>Initial Extent</text>
        </item>
        <item action="weave.fullExtent">
	        <text>Full Extent</text>
        </item>
        <item>-</item>
        <item action="weave.fixedZoomIn">
	        <text>Zoom In</text>
        </item>
        <item action="weave.fixedZoomOut">
	        <text>Zoom Out</text>
        </item>
        <item>-</item>
        <item action="weave.selectZoom">
	        <text>Zoom To Selection</text>
        </item>
        <item>-</item>
        <item action="weave.clear">
	        <text>Clear Selection</text>
        </item>
        <item action="weave.clearAll">
	        <text>Clear All</text>
        </item>
	<item action="weave.coords">
		<text>Coordinates</text>
		<projection id="EPSG:4283" label="Geographic (GDA94)"/>
		<projection id="EPSG:4326" label="WGS84"/>
		<projection id="EPSG:28355" label="GDA94 / MGA Zone 55"/>
		<projection id="EPSG:3111" label="VicGrid94 (GDA94)"/>
		<projection id="EPSG:28355" label="AMG Zone 55"/>
	</item>
</contextmenu>

...