A repository to export Feature Service as GeoJSON sequence
- Check configration information in config/default.hjson. In particular, the numbers of records in layers may change.
- Run index.js to obtain "temp-json.json" that stores all records. Sometimes, socker hang up error may occur due to the server, but please just try again.
- Convert "temp-json.json" into vector tile using tippicanoe. (Make sure that you can use tippecanoe.)
vi config/default.hjson
node index.js
tippecanoe -e tile --projection=EPSG:3857 --force --no-tile-compression --no-feature-limit --no-tile-size-limit --drop-rate=1 output004.json
originally, this was developed in https://github.com/ubukawa/cartotile