项目作者: capulustech

项目描述 :
Convert KML to JSON file
高级语言: C#
项目地址: git://github.com/capulustech/KML2JSON.git
创建时间: 2018-06-07T06:30:32Z
项目社区:https://github.com/capulustech/KML2JSON

开源协议:

下载


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”
}
]