You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OsmTranslationProvider considers any key that begins with name: to be a name key. However, the OSM tagging convention is stricter: only valid IETF language tags (BCP 47) are considered to be translation subkeys. This includes subkeys such as name:en, name:sr-Latn, and name:zh-Hant-TW but excludes name:left, name:etymology:wikidata, name:en:pronunciation, and name:TEC (part of a distinct tagging scheme for station names that vary by transit operator).
OsmTranslationProvider
considers any key that begins withname:
to be a name key. However, the OSM tagging convention is stricter: only valid IETF language tags (BCP 47) are considered to be translation subkeys. This includes subkeys such asname:en
,name:sr-Latn
, andname:zh-Hant-TW
but excludesname:left
,name:etymology:wikidata
,name:en:pronunciation
, andname:TEC
(part of a distinct tagging scheme for station names that vary by transit operator).planetiler/planetiler-core/src/main/java/com/onthegomap/planetiler/util/Translations.java
Line 151 in cbeba1b
#147 implemented a
VALID_NAME_TAGS
regular expression that should filter the name subkeys correctly.The text was updated successfully, but these errors were encountered: