Return to Snippet

Revision: 36979
at December 2, 2010 03:11 by ichnoweb


Initial Code
<img src="http://maps.google.com/maps/api/staticmap
	?center=Bethlehem+Israel
	&amp;zoom=5
	&amp;size=540x280
	&amp;maptype=satellite
	&amp;markers=color:red|31.4211,35.1144
	&amp;sensor=false" 
	width="540" height="280" alt="Map of Bethlehem, Israel" />

Initial URL
http://24ways.org/2010/finding-your-way-with-static-maps

Initial Description
How to determine a static map image for google Maps as fallback for visitors without JS. The image can later be replaced via JS with the google Maps IFrame.

Initial Title
HTML Fallback Google Maps

Initial Tags
google

Initial Language
HTML