Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature offset ? #968

Open
iije opened this issue Mar 14, 2023 · 3 comments
Open

Feature offset ? #968

iije opened this issue Mar 14, 2023 · 3 comments

Comments

@iije
Copy link

iije commented Mar 14, 2023

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
Copy link
Author

iije commented Mar 14, 2023

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

@e-n-f
Copy link
Contributor

e-n-f commented Mar 14, 2023

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 felt/tippecanoe#60

@iije
Copy link
Author

iije commented Mar 25, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants