一、安装Topojson-server
npm install -g topojson
二、GeoJSON转换为TopoJSON
之前:topojson -o output.json input.json
之后,topojson改为geo2topo,按以下方法转换:
geo2topo input.geojson > output.topojson
三、geo2topo的使用参数:
帮助:geo2topo -h / --help
版本:geo2topo -V / --version
输入新行分割的JSON,一行一个要素:geo2topo -n/--newline-delimited
指定输出文件名,默认输出至“-",表示到stdout:geo2topo -o/--out file
指定预量化参数(pre-quantization parameter),0表示禁用量化:geo2top -q/--quantization count
参考:
- TopoJSON
- topojson Command Line Reference
- geo2topo command-Line Reference
- TopoJSON Server TopoJSON Server
- Convert GeoJSON to TopoJSON Convert GeoJSON to TopoJSON
- How to run TopoJSON?
- Topojson client Topojson client
- Creating TopoJSON Files
- shapefile to Topojson conversion
- topojson wiki
- Converting shapefiles to TopoJSON
- Batch conversion of Shapefiles to Topojson