文件名称:geojson-bbox:计算给定有效的geojson对象的extentbbox
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-19 22:53:45
geojson geometry extent bbox map-extent
geojson-bbox 为给定的有效geojson对象计算范围/ bbox。 传递有效的geojson时,将返回一个数组 安装 npm install geojson-bbox 用法 var bbox = require ( 'geojson-bbox' ) ; var feature = { type : 'Feature' , geometry : { type : 'LineString' , coordinates : [ [ 10 , 40 ] , [ 40 , 30 ] , [ 20 , 20 ] , [ 30 , 10 ] ] } } ; var extent = bbox ( feature ) ; // extent is array // [10, 10, 40, 40] 发展 一旦运行 npm isntall
【文件预览】:
geojson-bbox-master
----geojson-bbox.js(1KB)
----test()
--------test.js(5KB)
----LICENSE.md(1KB)
----README.md(729B)
----dist()
--------geojson-bbox.min.js(2KB)
--------geojson-bbox.js(2KB)
--------geojson-bbox.js.map(2KB)
----.gitignore(13B)
----package.json(1KB)