tippecanoe icon indicating copy to clipboard operation
tippecanoe copied to clipboard

Feature offset ?

Open iije opened this issue 2 years ago • 3 comments
trafficstars

Hi, I notice that my area features that I generated to mbtiles has an offset in their positioning when viewed closeup. Is this normal?

tippecanoe -f --no-tile-size-limit --no-simplification-of-shared-nodes --no-tiny-polygon-reduction --no-line-simplification --minimum-zoom=18 --maximum-zoom=18 -o /tippecanoe/Land.mbtiles /tippecanoe/Land.geojson

a

iije avatar Mar 14 '23 16:03 iije

Same goes of line features.

tippecanoe -f --no-tile-size-limit --no-simplification-of-shared-nodes --no-tiny-polygon-reduction --no-line-simplification --minimum-zoom=18 --maximum-zoom=18 --no-line-simplification -o /tippecanoe/road.mbtiles /tippecanoe/road.geojson

b

iije avatar Mar 14 '23 16:03 iije

This should be fixed (or at least should be evenly distributed instead of always down and to the right) in the Felt version of Tippecanoe via https://github.com/felt/tippecanoe/pull/60

e-n-f avatar Mar 14 '23 22:03 e-n-f

i tried using metacollin/tippecanoe in docker.

docker run -it --rm -v c:/tippecanoe:/tippecanoe metacollin/tippecanoe:latest tippecanoe -pn -f -o /tippecanoe/Land.mbtiles /tippecanoe/Land.geojson

Which i still get the same offset. aa bb

iije avatar Mar 25 '23 02:03 iije