westnordost / osmfeatures

A dictionary of OSM map features, accessible by terms and by tags, for Java and Android.
Apache License 2.0
18 stars 9 forks source link

Interpret "aliases" #14

Closed westnordost closed 2 years ago

westnordost commented 2 years ago

There is now a field "aliases" for the translations of a map feature, see e.g.

https://github.com/openstreetmap/id-tagging-schema/blob/main/dist/translations/de.json#L6918

This should be interpreted correctly by this library: Aliases should be treated similarily as the "name" field, i.e. as secondary names.

westnordost commented 2 years ago

done