文件名称:geobuffer:折线和点周围给定半径的地理缓冲区
文件大小:95KB
文件格式:ZIP
更新时间:2024-06-12 21:13:42
geojson polyline turf-buffer turf-union buffer-algorithm
折线或点周围给定半径的地理缓冲区 也可用于具有自相交的折线。 目前不支持Polygon,MultiPoint,MultiLineString以及负缓冲区。 基于和 。 用法 import buffer from 'geobuffer'; // for Point (geojson type Point) const point = { "type": "Feature", "properties": {}, "geometry": { "type": "Point", "coordinates": [ 37.626286, 55.761412 ] } } // for Polyline (geojson type LineString) const line = {
【文件预览】:
geobuffer-master
----webpack.prod.js(457B)
----package.json(1KB)
----.github()
--------workflows()
----LICENSE(1KB)
----package-lock.json(319KB)
----webpack.gh-pages.js(914B)
----webpack.dev.js(1017B)
----src()
--------index.js(5KB)
--------tests()
--------examples()
----.gitignore(76B)
----README.md(2KB)