-
Notifications
You must be signed in to change notification settings - Fork 21
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
Full country labels #23
Comments
Maybe https://fieldmaps.io/ |
@wipfli Sorry for my naive question. Is there any documentation or example on how to ? |
No problem. For fieldmaps I don't know. But you could also have a look at natural earth which is probably the dataset that was used here... |
I forgot to mention: You can of course also just go to https://overpass-turbo.eu/ and run this query to get all country labels in a geojson:
|
In the properties associated with countries in the maplibregl demotiles (that are btw. derived from Natural Earth) you find the ADM0_A3 Code for each Country. This resembles the ISO 3166 code and you can use that to map with full country names from whatever datasource you like, eg. |
Hi maplibre community,
Not sure if I should raise this as an issue or for discussion. I am using demotile for my website which is sufficing my need but need country label to be common i.e. in full form. I saw that some countries have short form being used and some don't have names that are official. E.g.
Dominican Republic -> Dominican Rep.
Sint Marteen -> St. Martin
Cook Islands -> Cook Is.
Is there any other symbol or name sources I could use where I could get the official names with demo styles ?
Thank you
The text was updated successfully, but these errors were encountered: