文件名称:geojson-strip:从 GeoJSON 功能中剥离所有属性!
文件大小:57KB
文件格式:ZIP
更新时间:2024-07-29 12:00:06
JavaScript
geojson-strip 从指定的输入 GeoJSON 文件中的所有要素中删除所有属性。 用法 $ node index.js file.geojson > file.stripped.geojson 或者: $ node index.js -o file.stripped.geojson file.geojson 例子 从: { " type " : " FeatureCollection " , " features " : [ { " type " : " Feature " , " properties " : { " a " : 1 , " b " : 2 , " c " : 3 }, " geometry " : { " type " :
【文件预览】:
geojson-strip-master
----README.md(1KB)
----example.png(57KB)
----.gitignore(13B)
----index.js(1KB)
----package.json(677B)