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

Rename #3

Closed westnordost closed 5 years ago

westnordost commented 5 years ago

I noticed the name "osmnames" is already taken: https://duckduckgo.com/?q=osmnames&ia=software

So maybe I should rename this. It should be short, but also descriptive of what it does: _A dictionary of map features, accessible by terms and by tags._

So, maybe:

exploide commented 5 years ago

or perhaps more general and shorter:

westnordost commented 5 years ago

Also good idea, though, it is also possible to have a dictionary of OSM keys and OSM values (not map features). For example:

Key: surface -> Oberfläche Tag: surface=sett -> Steinpflaster

etc. But this library doesn't do that.

Am 16. April 2019 17:52:47 MESZ schrieb Jannik Vieten notifications@github.com:

  • osm-feature-dict

or perhaps more general and shorter:

  • osm-dict
exploide commented 5 years ago

True. I imagined the lib will do this eventually in the future. :P

westnordost commented 5 years ago

Maybe I will do this in the future (data source can be the same), but features <-> presets/fields/tags/keys is a good point to separate.

I will simply use "osmfeatures".