The com.cohga.client.redline.export
bundle allows you to export the current set of redlines to a shapefile.
To add the export to shapefile too to the redline toolbar, assuming you have the above bundle installed and started, you have to add a new tool
tag to the redline item in the client configuration, e.g.
Example of adding export markers tool to redline toolbar
<item action="com.cohga.client.actions.redline"> <item action="weave.redline.exportMarkers" defaultProj="EPSG:28355"> <projections> <projection id="EPSG:4326" label="WGS 84"/> <projection id="EPSG:4283" label="Geographic GDA 1994"/> <projection id="EPSG:28355" label="GDA 1994 MGA Zone 55"/> <projection id="EPSG:3111" label="VicGrid 1994 GDA 1994"/> </projections> <description>Some extra text for the file</description> </item> </item>
The above example shows a couple of extra configuration items available for the export tool, projections
and description
.