Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I've got a list of hundreds of lat/long coordinates and I want to plot them on Google Maps. What is the easiest way to do this? The data is currently in CSV format.

share|improve this question

2 Answers

up vote 5 down vote accepted

I think the easiest way to do this is to create a KML file with all you lat/long coordinates and open them using googleEarth or google maps (http://maps.google.com/maps?q= "YOUR KML FILE URL HERE")

Some info on creating a valid KML file: http://code.google.com/apis/kml/faq.html#howtocreate

and here you can find an excel to KML converter:

http://freegeographytools.com/2007/another-excel-to-kml-converter

Hope this helps

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.