-
Notifications
You must be signed in to change notification settings - Fork 374
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
Support points of view (worldview) for admin0 disputed areas areas #301
Comments
Specifically, add new
|
|
Big write about these changes in #391 (comment). |
The simplest thing to do is in QGIS (and for vector tiles) is to always include features from the scalerank theme (so remove the If we were to add various |
Fixed via #446. |
I've been editing Natural Earth the last year to add support for a wide range of "points of view" (sometimes called worldview). This issue tracks that work, and is related to #108 – this is issue is more general.
More info in the two related Tilezen release notes (summarized below in this issue description):
I've also been updating OpenStreetMap so it can be used in concert with Natural Earth to show disputed ares:
There's even a demo map, here showing Kashmir (use the “POV” point-of-view menu in the upper-right corner to toggle the different visual treatments):
From the Tilezen release notes:
v1.8:
kind:*
point-of-view (POV) from Natural Earth for low zooms for disputed boundary lines, expanding on the v1.7 effort to also includeregion
boundary disputes. (Issue #1840)kind
may be prefixed withunrecognized_
, e.g:unrecognized_country
(wasunrecognized
in v1.7),unrecognized_macroregion
,unrecognized_region
,unrecognized_county
for differing viewpoints (seekind:xx
below).kind:xx
: alternatekind
according to the viewpoint of country codexx
. If you want to show features according to a particular viewpoint, then usekind:xx
if it exists and fall back tokind
if not. The range of values is the same as forkind
. Note that the viewpoints are either lower-case ISO 3166-1 alpha-2 codes or the pseudo-codeiso
.v1.7:
kind:*
properties (likekind:iso
). Currently this is only for zooms 5, 6 and 7 from Natural Earth. We plan to add more lower zoom data from Natural Earth, and high-zoom data from OpenStreetMap in the next release. (Issue #1552) The following country and international organizations worldviews are supported:ar
), Bangladesh (bd
), Brazil (br
), China (cn
), Egypt (eg
), France (fr
), Germany (de
), Greece (gr
), India (in
), Indonesia (id
), Israel (il
), Italy (it
), Japan (jp
), Morocco (ma
), Nepal (np
), Netherlands (nl
), Pakistan (pk
), Palestine (ps
), Poland (pl
), Portugal (pt
), Russia (ru
), Saudi Arabia (sa
), South Korea (ko
), Spain (es
), Sweden (se
), Taiwan (tw
), Turkey (tr
), United Kingdom (gb
), United States (us
), Vietnam (vn
), ISO (iso
)disputed_breakaway
,disputed_claim
,disputed_elusive
,disputed_reference_line
, from Natural Earth at low zooms, for alternate points of view (Issue #1552)The text was updated successfully, but these errors were encountered: