Versions Compared

Key

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

...

To configure what map type to display, open the Maps.nmis file in /usr/local/opmantek/conf/

Find the following line under 'mapview' =>  and replace the mapType with the map type you want.

'mapTypeId' => 'mapType', 

The Follow map type types can be used

  • google.maps.MapTypeId.ROADMAP displays the default road map view
  • google.maps.MapTypeId.SATELLITE displays Google Earth satellite images
  • google.maps.MapTypeId.HYBRID displays a mixture of normal and satellite views
  • google.maps.MapTypeId.TERRAIN displays a physical map based on terrain information.

...