issues
search
reyemtm
/
vtile
A tool to create vector tiles from the command line. It is essentially automation of geojson2mvt using TurfJS.
MIT License
5
stars
4
forks
source link
mbtiles are much larger than tippecanoe output
#2
Open
reyemtm
opened
2 years ago
reyemtm
commented
2 years ago
why is this...
reyemtm
commented
2 years ago
Tiles are not gzipped
reyemtm
commented
2 years ago
gzip can lead to
larger
file sizes
tippecanoe seems to use a 0 buffer - the lowest limit for geojson-vt for file size seems to be 16
geojson-vt writes more tiles than tippecanoe - most likely due to how it clips features using the buffer or with how the bbox is defined
in certain circumstances vtile is actually faster than tippecanoe
why is this...