项目作者: capulustech
项目描述 :
Convert KML to JSON file
高级语言: C#
项目地址: git://github.com/capulustech/KML2JSON.git
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”
}
]