We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unblocks osm-americana/openstreetmap-americana#618 CC @zstadler
Internationalized name:xx names are missing from roads in the transportation_name layer.
name:xx
The following object show internationalized names in omt-tools:
Same location in my planetiler server (link)
The text was updated successfully, but these errors were encountered:
Good catch, looks like transporation_name layer does include all translations https://github.com/openmaptiles/openmaptiles/blob/c4d86d44a661146c273b97ac294db2381a570b2c/layers/transportation_name/transportation_name.yaml#L107 - can you transfer this to https://github.com/openmaptiles/planetiler-openmaptiles so we can fix over there?
transporation_name
I think the fix would just involve changing OmtLanguageUtils.getNamesWithoutTranslations to OmtLanguageUtils.getNames in TransportationName.java
OmtLanguageUtils.getNamesWithoutTranslations
OmtLanguageUtils.getNames
TransportationName.java
Sorry, something went wrong.
Done! Moved to openmaptiles/planetiler-openmaptiles#58
No branches or pull requests
Unblocks osm-americana/openstreetmap-americana#618
CC @zstadler
Internationalized
name:xx
names are missing from roads in the transportation_name layer.The following object show internationalized names in omt-tools:
Same location in my planetiler server (link)
The text was updated successfully, but these errors were encountered: