3 maptype, 4 layers – Comtech EF Data NetVue Release 1.1 User Guide User Manual
Page 181

Advanced Configuration (System Display)
Revision 3
NetVue User Guide
MN-NETVUE
10–44
Enter a number greater than 0 to have a map that is zoomed in at a higher resolution.
Default zoom level: 10
Example:
<InitialZoom>13</InitialZoom>
10.7.1.3
MapType
In the <MapType> tag, specify the type of map to be shown initially.
•
road
Shows the normal, 2D road map view (default).
•
satellite
Shows Google Earth satellite images.
•
hybrid
Shows a mix of normal road map views and Google Earth satellite images.
•
terrain
Shows a physical relief map that shows elevation and water features (mountains, rivers, etc.).
Example:
<MapType>road</MapType>
10.7.1.4
Layers
In the <Layers> tag, specify a <Layer> tag for every layer to be shown on top of the map. See 8.7.2.
Example:
<Layers>
<Layer
sourceType="table"
refresh="5000"
name="Cable Modems"
visible="false"
allowToggle="true">
...
</Layer>
</Layers>