Difference between revisions of "Test Map"

From MioWiki
Jump to: navigation, search
Line 1: Line 1:
 
<googlemap lat="47.613976" lon="-122.345467" zoom="13" controls="small" version="0.9">
 
<googlemap lat="47.613976" lon="-122.345467" zoom="13" controls="small" version="0.9">
http://www2.giungato.it/kml.php
+
<include src="http://www2.giungato.it/kml.php"  noesc nopre wikitext />
 
</googlemap>
 
</googlemap>

Revision as of 14:03, 21 May 2009

<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>