0

我想从我的 geojson 文件中删除所有属性,因此我首先尝试制作一个这样的 ndjson 文件:

/root/npm/bin/ndjson-split 'd.features' < test.json > test.ndjson

但我收到此错误:

stdin:1
{"type":"FeatureCollection","features":[
^
SyntaxError: Unexpected end of JSON input

我的geojson是一个有效的,它就在这里:https ://gist.github.com/2803media/b52c9078c6c7932396ce6b42d7f0073e

谢谢

4

1 回答 1

0

经过测试,如果geojson是带断线的格式,这似乎是一个错误,如果使用转换为topojson并返回geojson的技巧

于 2018-12-06T16:01:54.733 回答