文件名称:turf-tesselate:草坪镶嵌模块
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-27 12:37:36
JavaScript
草皮镶嵌 镶嵌模块 turf.tesselate(polygon) 使用将 Feature为三角形的 FeatureCollection 。 参数 范围 类型 描述 polygon Feature.<多边形> 要细分的多边形 例子 var polygon = { "type" : "Feature" , "id" : "USA-CA" , "properties" : { "name" : "California" } , "geometry" : { "type" : "Polygon" , "coordinates" : [ [ [ - 123.233256 , 42.006186 ] , [ - 122.378853 , 42.011663 ] , [ - 121.037003 , 41.995232 ] , [ - 120.001861 , 41.995232 ] , [
【文件预览】:
turf-tesselate-master
----package.json(921B)
----.travis.yml(36B)
----LICENSE(1KB)
----index.js(4KB)
----test.js(88KB)
----README.md(3KB)