New 3d controls PDF Print E-mail
Written by Mike Reumer   
Saturday, 14 March 2009 14:09

The new controls of maps.google.com are now possible too in the plugin with parameter zoomtype (version 2.12g):

  • 3D-large
  • 3D-small

{mosmap zoomtype='3D-small'}

JavaScript must be enabled in order for you to use Google Maps.
However, it seems JavaScript is either disabled or not supported by your browser.
To view Google Maps, enable JavaScript by changing your browser options, and then try again.

Also the map can have the same default behavior of maps.google.com by using parameter controltype:

  • UI - the controls for maptype, zoom/pan and support for keyboard, mouse etc. are done by default.
    If the map is too small the small controls will be used.
  • user - you have to set your own controls and behavoirof the map in configuration or by parameters.

Large

{mosmap controltype='UI'}

JavaScript must be enabled in order for you to use Google Maps.
However, it seems JavaScript is either disabled or not supported by your browser.
To view Google Maps, enable JavaScript by changing your browser options, and then try again.

Small

{mosmap controltype='UI'|width='150px'|height='150px'}

JavaScript must be enabled in order for you to use Google Maps.
However, it seems JavaScript is either disabled or not supported by your browser.
To view Google Maps, enable JavaScript by changing your browser options, and then try again.

Keyboard

Also keyboard support is available:

{mosmap keyboard='1'}

JavaScript must be enabled in order for you to use Google Maps.
However, it seems JavaScript is either disabled or not supported by your browser.
To view Google Maps, enable JavaScript by changing your browser options, and then try again.

Last Updated on Saturday, 14 March 2009 16:53
 

Advertisement