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"

View file

@ -5,9 +5,9 @@
"area"
],
"terms": [
"heat*",
"vent*",
"air conditioning"
"air conditioning",
"heating",
"ventilation"
],
"tags": {
"craft": "hvac"

View file

@ -15,9 +15,7 @@
"terms": [
"bandage",
"first aid",
"med",
"med kit",
"medic*",
"medkit"
],
"tags": {

View file

@ -22,12 +22,11 @@
"sport": "motor"
},
"terms": [
"auto*",
"formula one",
"kart",
"motocross",
"nascar",
"race*",
"raceway",
"track"
],
"name": "Motorsport Racetrack"

View file

@ -33,7 +33,8 @@
"fight",
"force",
"guard",
"heli*",
"helicopter",
"helipad",
"jet",
"marine",
"navy",

View file

@ -21,11 +21,12 @@
"base",
"blast",
"bomb",
"explo*",
"explosion",
"explosive",
"force",
"guard",
"mine",
"marine",
"mine",
"navy",
"troop",
"war"

View file

@ -26,8 +26,8 @@
"marine",
"navy",
"rifle",
"shoot*",
"snip*",
"shooting",
"sniper",
"train",
"troop",
"war"

View file

@ -26,8 +26,8 @@
"marine",
"navy",
"rifle",
"shoot*",
"snip*",
"shooting",
"sniper",
"train",
"troop",
"war"

View file

@ -27,7 +27,7 @@
"dog",
"greyhound",
"horse",
"race*",
"raceway",
"track"
],
"name": "Racetrack (Non-Motorsport)"

View file

@ -17,12 +17,12 @@
"area"
],
"terms": [
"sewage*",
"water treatment plant",
"wastewater treatment works",
"reclamation plant",
"sewage",
"wastewater treatment plant",
"WWTP",
"reclamation plant"
"wastewater treatment works",
"water treatment plant",
"wwtp"
],
"tags": {
"man_made": "wastewater_plant"

View file

@ -18,7 +18,7 @@
"atom",
"blast",
"bomb",
"detonat*",
"detonation",
"nuke",
"site",
"test"

View file

@ -26,7 +26,7 @@
"terms": [
"coal",
"gas",
"generat*",
"generator",
"hydro",
"nuclear",
"power",

View file

@ -5,8 +5,8 @@
"area"
],
"terms": [
"art*",
"exhibit*",
"art",
"exhibition",
"gallery"
],
"tags": {

View file

@ -10,11 +10,13 @@
"terms": [
"apothecary",
"beauty",
"chemist",
"dispensary",
"drug store",
"drugstore",
"gift",
"hair",
"med*",
"medicine",
"pharmacy",
"prescription",
"tooth"

View file

@ -8,10 +8,18 @@
"shop": "craft"
},
"terms": [
"art*",
"paint*",
"art",
"canvas",
"crafting",
"crafts",
"draw",
"frame",
"hobby"
"handicraft",
"hobby",
"paint",
"paper",
"pencil",
"wood"
],
"name": "Arts & Crafts Store"
}

View file

@ -5,7 +5,8 @@
"area"
],
"terms": [
"drape*",
"drape",
"drapery",
"window"
],
"tags": {

View file

@ -8,10 +8,10 @@
"shop": "frame"
},
"terms": [
"art*",
"paint*",
"photo*",
"frame"
"art",
"frame",
"painting",
"photograph"
],
"name": "Framing Shop"
}

View file

@ -27,11 +27,11 @@
"area"
],
"terms": [
"art*",
"exhibit*",
"paint*",
"photo*",
"sculpt*"
"art",
"exhibition",
"painting",
"photogaph",
"sculpture"
],
"tags": {
"tourism": "gallery"

View file

@ -34,15 +34,23 @@
"area"
],
"terms": [
"art*",
"exhibit*",
"gallery",
"archaeological",
"archeological",
"art",
"cultural",
"excavation",
"exhibition",
"foundation",
"gallery",
"hall",
"history",
"institution",
"paint*",
"photo*",
"sculpt*"
"nature",
"painting",
"photograph",
"science",
"sculpture",
"technology"
],
"tags": {
"tourism": "museum"