For links to open information bubbles in your map (patent pending), use the following style anchor elements in your published map page (replace marker_1 with the name of your item) example:
<a target="zee_map" href="http://www.zeemaps.com/item/marker_1">Marker 1</a>
To center and zoom your map to a different location, use:
<a target="zee_map" href="http://www.zeemaps.com/pub/center?x=&y=&z=">Center and Zoom</a>and supply the values for x, y and z as the longitude, latitude and zoom.
To toggle visiblity of certain colors, use:
<a target="zee_map" href="http://www.zeemaps.com/pub/toggle?c=blue">Toggle Blue Markers</a>and replace 'blue' with the appropriate color.
To show markers of only a certain color, use:
<a target="zee_map" href="http://www.zeemaps.com/pub/showOnly?c=blue">Show Only Blue Markers</a>and replace 'blue' with the appropriate color.
To show all markers
<a target="zee_map" href="http://www.zeemaps.com/pub/showAll">Show All</a>
To hide all markers
<a target="zee_map" href="http://www.zeemaps.com/pub/hideAll">Hide All</a>
For a link to the ADD button, use the following:
<a target="zee_map" href="http://www.zeemaps.com/pub/add">Add</a>
For a link to the SEARCH button, use the following:
<a target="zee_map" href="http://www.zeemaps.com/pub/search">Search</a>