Thanks William, I had to chuckle at that. Always something so simple. At least it's not some missing bracket or brace.
cheers Harry On Mon, Jun 14, 2010 at 11:16 PM, William <[email protected]> wrote: > On Jun 15, 10:38 am, Harry Osoff <[email protected]> wrote: >> Here is a snippet from my KML file: >> <coordinates>26.0356973500000,-96.9804387600000</coordinates> >> > > KML has cartesian coordinates > shown as x,y > so it should be longitude,latitude like this: > > <coordinates>-96.98043876,26.03569735</coordinates> > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
