Test Map

Test this map

{mosmap width=’80%’|align=’right’||tooltip=’home’|zoom=’4’|overview=’2’|text=’Test Text’|marker=’0′}

 

{mosmap width=’500’|height=’400’|lat=’52.052312’|lon=’4.447141’|zoom=’3’| zoomType=’Large’|zoomNew=’0’|mapType=’Satellite’| showMaptype=’1’|overview=’0’|text=’sv DWO’|lang=”}
(remove returns or when you copy this example)

You can change any of the parameters:

width, height You must put the units behind the number like 100% or 400px to whatever you want although if its too small, you won’t see very much.

zoom can be anything as specified in the Google Maps API.

zoomType, can be Small or Large, this controls the type of zoom function displayed or None so ther is no zoomcontrol.

zoomNew, can be 1 for continues zoom and doubleclick and zoom or 0 for click to center (default 0)

mapType can be Normal (default), Satellite or Hybrid.

showMaptype is 0 for no Maptype controls and 1 shows Maptype controls (default 1)

Overview is 0 for no overview window in bottom right corner and 1 shows the overview and 2 for overview enabled but close initially (default 0)

text is for the marker, that will show on the map with a balloon. If you don’t want to see the text, just set text=" and it will not display, the text is the data displayed above the location pin. Usually it would be used to display an address or hyperlink. A hyperlink is possible use the format: linkName. Don’t use (double) quotes!

marker is for opening the infowindow (1 default) or close the infowindow (0) initially.

tooltip is for the marker to have a tooltip when the mouse is on the marker (don’t use HTML)

address is for a address to search for the coordinates (lon/lat has to be empty)

align is for placement of the map in the content (left, right or center)

lang is for the language of the maps.