...
weave.zipnship
Notes
This is a simplified version of theĀ ZipNShip Envelope action and only exports the current selection.
The tool provides a menu with options to allow the user to select which format(s) they want to export the selection as, and if they want to export the selection for just the currently active entity or for all entities that have a selection.
There is currently one configuration options for this tool, the The crs
attribute , which will determine determines what coordinate reference system to output the data in and if it's not specified then the original coordinate reference system of the underlying data will be used.
Code Block | ||||
---|---|---|---|---|
| ||||
<toolbar> ... <item action="weave.zipnship" crs="EPSG:4326"/> ... </toolbar> |
The entities/entity tags can refine which entities the tool should be enabled for.
Code Block | ||||
---|---|---|---|---|
| ||||
<toolbar>
...
<item action="weave.zipnship">
<entities>
<entity>property</entity>
<entity>assets</entity>
<entity>utilities</entity>
</entities>
<item>
...
</toolbar> |