|
@@ -46,39 +46,39 @@
|
|
<label>Map display</label>
|
|
<label>Map display</label>
|
|
<items>
|
|
<items>
|
|
<menuitem>
|
|
<menuitem>
|
|
- <label>New</label>
|
|
|
|
- <help>Open new map display window</help>
|
|
|
|
- <handler>OnNewDisplay</handler>
|
|
|
|
- </menuitem>
|
|
|
|
- <menuitem>
|
|
|
|
- <label>Close current</label>
|
|
|
|
- <help>Close current map display window</help>
|
|
|
|
- <handler>OnDisplayClose</handler>
|
|
|
|
- <shortcut>Ctrl+W</shortcut>
|
|
|
|
|
|
+ <label>Add raster</label>
|
|
|
|
+ <help>Add raster map layer to current display</help>
|
|
|
|
+ <handler>OnAddRaster</handler>
|
|
|
|
+ <shortcut>Ctrl+Shift+R</shortcut>
|
|
</menuitem>
|
|
</menuitem>
|
|
<menuitem>
|
|
<menuitem>
|
|
- <label>Close all</label>
|
|
|
|
- <help>Close all open map display windows</help>
|
|
|
|
- <handler>OnDisplayCloseAll</handler>
|
|
|
|
|
|
+ <label>Add vector</label>
|
|
|
|
+ <help>Add vector map layer to current display</help>
|
|
|
|
+ <handler>OnAddVector</handler>
|
|
|
|
+ <shortcut>Ctrl+Shift+V</shortcut>
|
|
</menuitem>
|
|
</menuitem>
|
|
- <separator />
|
|
|
|
<menuitem>
|
|
<menuitem>
|
|
<label>Add multiple rasters or vectors</label>
|
|
<label>Add multiple rasters or vectors</label>
|
|
<help>Add multiple raster or vector map layers to current display</help>
|
|
<help>Add multiple raster or vector map layers to current display</help>
|
|
<handler>OnAddMaps</handler>
|
|
<handler>OnAddMaps</handler>
|
|
<shortcut>Ctrl+Shift+L</shortcut>
|
|
<shortcut>Ctrl+Shift+L</shortcut>
|
|
</menuitem>
|
|
</menuitem>
|
|
|
|
+ <separator />
|
|
<menuitem>
|
|
<menuitem>
|
|
- <label>Add raster</label>
|
|
|
|
- <help>Add raster map layer to current display</help>
|
|
|
|
- <handler>OnAddRaster</handler>
|
|
|
|
- <shortcut>Ctrl+Shift+R</shortcut>
|
|
|
|
|
|
+ <label>New map display window</label>
|
|
|
|
+ <help>Open new map display window</help>
|
|
|
|
+ <handler>OnNewDisplay</handler>
|
|
</menuitem>
|
|
</menuitem>
|
|
<menuitem>
|
|
<menuitem>
|
|
- <label>Add vector</label>
|
|
|
|
- <help>Add vector map layer to current display</help>
|
|
|
|
- <handler>OnAddVector</handler>
|
|
|
|
- <shortcut>Ctrl+Shift+V</shortcut>
|
|
|
|
|
|
+ <label>Close current map display window</label>
|
|
|
|
+ <help>Close current map display window</help>
|
|
|
|
+ <handler>OnDisplayClose</handler>
|
|
|
|
+ <shortcut>Ctrl+W</shortcut>
|
|
|
|
+ </menuitem>
|
|
|
|
+ <menuitem>
|
|
|
|
+ <label>Close all open map display windows</label>
|
|
|
|
+ <help>Close all open map display windows</help>
|
|
|
|
+ <handler>OnDisplayCloseAll</handler>
|
|
</menuitem>
|
|
</menuitem>
|
|
</items>
|
|
</items>
|
|
</menu>
|
|
</menu>
|