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

High zoom kind=unrecognized country label bug #2084

Open
jeffdefacto opened this issue May 23, 2022 · 1 comment
Open

High zoom kind=unrecognized country label bug #2084

jeffdefacto opened this issue May 23, 2022 · 1 comment

Comments

@jeffdefacto
Copy link
Contributor

Follow up issue from #2069 for 11 country labels that render as kind=unrecognized starting at z12. Some countries with the same behavior were fixed by adding them to country.yaml but these are all added and still have the issue.

Attached the assertion test results showing the behavior for those countries.

unrecognized.csv

@nvkelso
Copy link
Member

nvkelso commented May 24, 2022

The bug seems associated with RAWR tile processing in tilequeue versus live tileserver <> PostGIS.

These particular labels shouldn't be exported in the places layer in tiles at all, because the max_zoom is past when they should be shown. At the low zooms the do correctly fade out at the max_zoom value.

Since the kind value is unrecognized then it's not egregious, but odd and should be cleaned up.

country long lat tagMismatch
Palau 132.9102573 5.3783537 12-3560-1986.mvt
British Indian Ocean Territory 72.1173961 -6.4157192 13-5737-4242.mvt
Cayman Islands -80.5667132 19.5417212 13-2262-3642.mvt
Cook Islands -160.355485 -16.0492781 12-223-2233.mvt
Federated States of Micronesia 150.4173309 7.37375 12-3759-1963.mvt
Marshall Islands 169.1110932 8.7630041 12-3972-1947.mvt
Norway 9.0999715 60.5000209 13-4303-2356.mvt
Solomon Islands 162.8288542 -9.7354344 12-3900-2159.mvt
Svalbard 20.349 78.72 12-2279-538.mvt
French Southern and Antarctic Lands 63.86 -44.151 12-2774-2609.mvt
Tuvalu 178.1167698 -7.768959 12-4074-2136.mvt

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