文件名称:turf-to-geometries:将任意 GeoJSON 转换为几何图形
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-05 19:44:02
JavaScript
草皮到几何形状 将任意 geojson 转换为几何对象 turf.to-geometries(geojson) 获取任意 GeoJSON 对象并将其转换为 Geometry 或 GeometryCollection 参数 范围 类型 描述 geojson 特征,几何,特征集合,几何集合 要转换的 geojson 例子 var poly = { "type" : "Feature" , "properties" : { "fill" : "#0f0" } , "geometry" : { "type" : "Polygon" , "coordinates" : [ [ [ - 122.801742 , 45.48565 ] , [ - 122.801742 , 45.60491 ] , [ - 122.5847
【文件预览】:
turf-to-geometries-master
----.gitignore(15B)
----package.json(746B)
----index.js(1KB)
----README.md(1KB)
----test()
--------test.js(447B)
--------fixtures()