Creating a static map

A static map is a map where you can't drag the map, zoom in/out, ... It just shows the marker(s) and autocenters.

Screenshot

Code

<rd:map mapId="map_canvas" width="700px" height="500px" key="abcdefg" autoCenter="true" doubleClickZoom="false" dragging="false" mapControl="none">
	<rd:marker id="marker01" name="RealDolmen Huizingen" 
	address="A. Vaucampslaan 42" city="1654 Huizingen" country="Belgium">
		<rd:infoWindow for="marker01" text="RealDolmen HQ"/>
	</rd:marker>
</rd:map>