expand * in terms, sort and add terms

see https://github.com/openstreetmap/id-tagging-schema/pull/648#discussion_r1033621284
This commit is contained in:
Martin Raifer 2022-11-28 16:23:10 +01:00
parent 62cf5afa1a
commit fffa81e7a7
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
23 changed files with 102 additions and 74 deletions

View file

@ -23,7 +23,8 @@
"area"
],
"terms": [
"medic*",
"medic",
"medical doctor",
"physician"
],
"tags": {

View file

@ -12,11 +12,16 @@
"terms": [
"game",
"gun",
"hide",
"lookout",
"raised blind",
"raised hide",
"rifle",
"shoot*",
"wild",
"watch"
"shoot",
"stance",
"stand",
"watch",
"wild"
],
"tags": {
"amenity": "hunting_stand"

View file

@ -30,10 +30,12 @@
"amenity": "nightclub"
},
"terms": [
"disco*",
"night club",
"club",
"dance club",
"dancing",
"dance club"
"disco",
"discotheque",
"night club"
],
"name": "Nightclub"
}

View file

@ -39,9 +39,11 @@
},
"terms": [
"apothecary",
"chemist",
"dispensary",
"drug store",
"drugstore",
"med*",
"medicine",
"prescription"
],
"name": "Pharmacy Counter"