turf-geometrycollection:草坪几何收集模块

时间:2024-06-27 23:39:12
【文件属性】:

文件名称:turf-geometrycollection:草坪几何收集模块

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-27 23:39:12

JavaScript

turf-geometrycollection 草坪几何收集模块 turf.geometrycollection(geometries, properties) 基于坐标数组创建特征。 可以选择性地添加属性。 参数 范围 类型 描述 geometries 数组。<{ 几何:* }> 一组 GeoJSON 几何图形 properties 目的 可选:要添加为属性的键值对对象 例子 var pt = { "type" : "Point" , "coordinates" : [ 100 , 0 ] } ; var line = { "type" : "LineString" , "coordinates" : [ [ 101 , 0 ] , [ 102 , 1 ] ] } ; var collection = turf . geome


【文件预览】:
turf-geometrycollection-master
----.gitignore(526B)
----README.md(1KB)
----LICENSE(1KB)
----package.json(745B)
----index.js(913B)
----test.js(1KB)
----.travis.yml(36B)

网友评论