mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 21:33:51 +01:00
expand * in terms, sort and add terms
see https://github.com/openstreetmap/id-tagging-schema/pull/648#discussion_r1033621284
This commit is contained in:
parent
62cf5afa1a
commit
fffa81e7a7
23 changed files with 102 additions and 74 deletions
|
|
@ -23,7 +23,8 @@
|
|||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"medic*",
|
||||
"medic",
|
||||
"medical doctor",
|
||||
"physician"
|
||||
],
|
||||
"tags": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -30,10 +30,12 @@
|
|||
"amenity": "nightclub"
|
||||
},
|
||||
"terms": [
|
||||
"disco*",
|
||||
"night club",
|
||||
"club",
|
||||
"dance club",
|
||||
"dancing",
|
||||
"dance club"
|
||||
"disco",
|
||||
"discotheque",
|
||||
"night club"
|
||||
],
|
||||
"name": "Nightclub"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@
|
|||
},
|
||||
"terms": [
|
||||
"apothecary",
|
||||
"chemist",
|
||||
"dispensary",
|
||||
"drug store",
|
||||
"drugstore",
|
||||
"med*",
|
||||
"medicine",
|
||||
"prescription"
|
||||
],
|
||||
"name": "Pharmacy Counter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue