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

update_city_point: replace ne.gn_ascii join with ne.name_en #43

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

remi-dupre
Copy link

Here "gn" appears to refer to GeoNames.org as a source. The fields field
gn_ascii was deprecated and finally removed in 2021:
nvkelso/natural-earth-vector#477

The deprecation issue recommends to replace the removed field with the
use of name (already used) and name_alts (which I assume refers to
local variants name_fr, name_en, ...), so I've included a check on
the English column.

(Note that is probably a temporary fix until we upgrade our openmaptile fork to a more recent version)

Here "gn" appears to refer to GeoNames.org as a source. The fields field
`gn_ascii` was deprecated and finally removed in 2021:
nvkelso/natural-earth-vector#477

The deprecation issue recommends to replace the removed field with the
use of `name` (already used) and `name_alts` (which I assume refers to
local variants `name_fr`, `name_en`, ...), so I've included a check on
the English column.
@remi-dupre remi-dupre merged commit 7a55960 into master Jul 28, 2022
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

Successfully merging this pull request may close these issues.

2 participants