-
Notifications
You must be signed in to change notification settings - Fork 120
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
Alternate viewpoints for country boundaries. #1809
Alternate viewpoints for country boundaries. #1809
Conversation
This brings in the Natural Earth v5.0-pre1 data, including the new disputed areas table, and feeds it through the YAML to assign kinds and `kind:XX` variants in the same manner as `name:XX` translations. Also, fix up tests to use new tilequeue `Context` constructor.
This looks good to me so far, just the one comment about min_zoom... and please add a test for the transform of say |
… to match (needed new min_zoom column).
I've changed the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Adds alternate viewpoints about country boundaries following #1552. This means adding a
kind:XX
where a particular country has a different opinion about thekind
of a boundary from the default. This should be used in the same way asname:XX
translations. A newkind
,unrecognized
, indicates that the boundary should not be shown in that country's viewpoint.Connects to #1552.