20 October 2008

Display a satellite image in your web pages

Using GoogleMaps Static API, you can easily display a satellite image in your web pages. For exemple, here is a SPOT5 view of the city of Auch in France :



Here is the corresponding HTML code :

<img width="320" height="320" src="http://maps.google.com/staticmap?center=43.643902,0.590429&zoom=14&size=320x320&maptype=satellite&key=API_KEY" />