On Apr 13, 8:02 am, possicon <[email protected]> wrote: > This code displays on the sea instead of displaying on the ground > surface. Pls can you spot any error in the code below? > > <?xml version="1.0" encoding="UTF-8"?> > <kml xmlns="http://www.opengis.net/kml/2.2"> > <Document> > <name>Traffic Data Placement</name> > <description>A KML document that shows traffic for roads in the > state</description> > <Point> > <coordinates>6.469004,3.376751,0</coordinates> > </Point> > <Placemark> > <name>Awolowo Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.442237,3.418715,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Onipanu </name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.532848,3.367131,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Community Road (Akoka)</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.524841,3.391578,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Adeola Odeku</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.430552,3.415797,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Awolowo Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.442237,3.418715,0</ > coordinates>
This point looks right: http://maps.google.com/maps?client=gmail&q=6.442237,3.418715&ie=UTF8&hl=en&ll=6.442085,3.419141&spn=0.007644,0.009602&z=17 -- Larry > </Point> > </Placemark> > <Placemark> > <name>Awolowo Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.442237,3.418715,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Awolowo Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.442237,3.418715,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Awolowo Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.442237,3.418715,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Aladelola street </name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > > <coordinates>6.5984939999999996,3.3814039999999999,0</coordinates> > </Point> > </Placemark> > <Placemark> > <name>Ahmadu Bello Way</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.426641,3.409095,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Anthony</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.558679,3.366491,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Ojota </name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.588145,3.379018,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Ketu </name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.596969,3.385756,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Awolowo Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.442237,3.418715,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Awolowo Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.442237,3.418715,0</ > coordinates> > </Point> > </Placemark> > <Placemark> > <name>Lateef Jakande Road</name> > <description> > <![CDATA[ > <p><a href="#">View Details</a></p> > ]]></description> > <Point> > <coordinates>6.618668,3.352711,0</ > coordinates> > </Point> > </Placemark></Document></kml> -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
