Skip to content

将字符串坐标数组和属性字段统一转成geojson数据格式

Notifications You must be signed in to change notification settings

Leopold-Xu/SPAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPAS

将字符串坐标数组(如:[[[109.2041015625,30.088107753367257],[115.02685546875,30.088107753367257], [115.02685546875,32.7872745269555],[109.2041015625,32.7872745269555],[109.2041015625,30.088107753367257]]])和属性字段统一转成geojson数据格式!

geojson格式举例: { "type": "FeatureCollection", "features": [ {"type":"Feature", "properties":{}, "geometry":{ "type":"Point", "coordinates":[105.380859375,31.57853542647338] } } ] }

About

将字符串坐标数组和属性字段统一转成geojson数据格式

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages