-
Notifications
You must be signed in to change notification settings - Fork 486
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
How do I force latin names for countries like Greece or China? #406
Comments
No, there isn't an environment variable for it. Also see #24 |
Well, then that would be something to add to the Docker code, so that an environment Variable could be used to force Latin names. |
This will likely never happen, because we'd need to rewrite/adjust the SQL queries that are defined in the osm-carto repo for that. Doing that binds us harder to a specific version, which makes updating that dependency harder. Maybe there is another style that already does this, that you can easily use instead? |
i did it like this update to Hebrew and if not success to English - docker run \ docker run \ docker exec -it name bash save it to "/convert.sql" BEGIN; \i /convert.sql exit |
I just want to point out that this would not work with automatic updates turned on (you don't have it enabled in your posted commands, so that's fine), because the updates would revert it for changed entries. You'd need to re-run these update queries regularly or need to add them to the update script to be persistent. |
My env is offline so its ok.. |
The title says it all. Is there an environment variable I can set to force latin names?
The text was updated successfully, but these errors were encountered: