On Apr 13, 8:28 am, "[email protected]" <[email protected]> wrote: > 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&...
But if I put them in the right (backwards) order, it is wrong: http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=3.418715,+6.442237&aq=&sll=6.442085,3.419141&sspn=0.007644,0.009602&ie=UTF8&ll=3.590178,3.696899&spn=3.93009,4.916382&z=8 -- 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> > > > > ... > > read more » -- 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.
