Skip to content

capulustech/KML2JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

KML2JSON

Convert Polygon in KML to JSON file

Reads KML file from Google Earth and converts it into JSON file with array of latitude and longitude

sample output will be: [ { "lat": "13.569888", "lng": "75.26887" }, { "lat": "13.569888", "lng": "75.26887" } ]