maps - Unable to generate the vector tiles form geoJson using tippecanoe -
i trying convert geojson files vector files using mapbox/tippecanoe. have build tippecanoe image mention in document. when run below command nothing happens.
docker run -it --rm \ -v /tiledata:/data \ tippecanoe:latest \ tippecanoe --output=/data/output.mbtiles /data/example.geojson
it shows me messages
for layer 0, using name "example" /data/example.geojson: no such file or directory 0 features, 10 bytes of geometry, 4 bytes of seperate metadata, 0 bytes of string pool. did not read valid geometries
in data folder there example.geojson file exists still not able find end.
i running on ubuntu 14 machine.
can me out this? in advance.
Comments
Post a Comment