On Nov 25, 7:51 am, Frank Strouse <[email protected]> wrote: > I want to create static maps with a polyline from data in .kml files. > Problem is that the google static map geocode values are in lat/long > format while the kml files use long/lat format. Anyway to convert the > data or get around it without manually reversing the geodata?
No. Well, you could write a script to do it, it doesn't have to be an entirely manual operation. Presumably you'll want to automate reading the KML to produce the static map URL; so just reverse the coordinates you parse out of the 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.
