Import CSV file to Google Maps

I have a rather large CSV file that I want to have on Google Maps or just on a map. These are just the coordinates, but I have 600,000 of them.

Do you have any idea how I can do this?

I added a screenshot from the XTabulator below: csv file

+5
source share
5 answers

The easiest way to do this is to create a KML file (see http://code.google.com/apis/kml/articles/csvtokml.html for a possible solution). You can then open it on Google Maps, save it on the Internet and contact it with Google Maps, as described in http://code.google.com/apis/kml/documentation/whatiskml.html

EDIT: http://www.gpsbabel.org/ .

+2

(jan2017) csv- Google. enter image description here

Google > " " > " "

+5

.... :

http://www.gpsvisualizer.com/

csv . . Google.

+4
source

To create a KML file from a CSV (or XLS) file, you can use MyGeodata online GIS Data Converter . Here is the CSV for KML How-To .

+1
source

All Articles