Test Map

From MioWiki
Revision as of 14:03, 21 May 2009 by Roberto (Talk | contribs)

Jump to: navigation, search

<googlemap lat="47.613976" lon="-122.345467" zoom="13" controls="small" version="0.9"> <?xml version="1.0" encoding="UTF-8"?><kml xmlns = "http://earth.google.com/kml/2.1"> <Document> <Style id="restaurantStyle"> <IconStyle id="restuarantIcon"> <Icon> <href>http://maps.google.com/mapfiles/kml/pal2/icon63.png</href> </Icon> </IconStyle> </Style> <Placemark id="placemark1"> <name>Marechiaro</name> <description>Ristorante Marechiaro</description> <styleUrl>#restaurantStyle</styleUrl> <Point> <coordinates>17.976272,40.05472</coordinates> </Point> </Placemark> <Placemark id="placemark2"> <name>La Paranza</name> <description>Ristorante La Paranza</description> <styleUrl>#restaurantStyle</styleUrl> <Point> <coordinates>17.97727,40.054505</coordinates> </Point> </Placemark> <Placemark id="placemark3"> <name>Il Bastione</name> <description>Ristorante Il Bastione</description> <styleUrl>#restaurantStyle</styleUrl> <Point> <coordinates>17.97727,40.054505</coordinates> </Point> </Placemark> </Document></kml>

</googlemap>