mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
Merge branch 'openstreetmap:main' into strings
This commit is contained in:
commit
3f1ec9dd24
260 changed files with 14856 additions and 81889 deletions
|
|
@ -13,6 +13,8 @@
|
|||
"dine",
|
||||
"dining",
|
||||
"dinner",
|
||||
"doner kebab",
|
||||
"döner kebab",
|
||||
"drive-in",
|
||||
"eat",
|
||||
"grill",
|
||||
|
|
|
|||
|
|
@ -20,5 +20,9 @@
|
|||
"amenity": "theatre",
|
||||
"theatre:type": "amphi"
|
||||
},
|
||||
"reference": {
|
||||
"key": "theatre:type",
|
||||
"value": "amphi"
|
||||
},
|
||||
"name": "Amphitheater"
|
||||
}
|
||||
|
|
|
|||
23
data/presets/climbing/crag.json
Normal file
23
data/presets/climbing/crag.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-climbing",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"moreFields": [
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"climbing": "crag"
|
||||
},
|
||||
"addTags": {
|
||||
"sport": "climbing",
|
||||
"climbing": "crag"
|
||||
},
|
||||
"aliases": [
|
||||
"Climbing Cliff"
|
||||
],
|
||||
"name": "Climbing Crag"
|
||||
}
|
||||
33
data/presets/climbing/route.json
Normal file
33
data/presets/climbing/route.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"icon": "temaki-climbing",
|
||||
"geometry": [
|
||||
"line",
|
||||
"point"
|
||||
],
|
||||
"fields": [
|
||||
"{climbing/route_bottom}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{climbing/route_bottom}"
|
||||
],
|
||||
"terms": [
|
||||
"boulder problem",
|
||||
"climb",
|
||||
"climbing",
|
||||
"rock climbing",
|
||||
"rock climbing route",
|
||||
"sport climbing"
|
||||
],
|
||||
"tags": {
|
||||
"climbing": "route"
|
||||
},
|
||||
"addTags": {
|
||||
"climbing": "route",
|
||||
"sport": "climbing"
|
||||
},
|
||||
"name": "Climbing Route",
|
||||
"aliases": [
|
||||
"Boulder Problem",
|
||||
"Climb"
|
||||
]
|
||||
}
|
||||
39
data/presets/climbing/route_bottom.json
Normal file
39
data/presets/climbing/route_bottom.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "temaki-abseiling",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"climbing/sport",
|
||||
"climbing/trad",
|
||||
"climbing/bolts"
|
||||
],
|
||||
"moreFields": [
|
||||
"climbing/grade/uiaa",
|
||||
"climbing/grade/french",
|
||||
"climbing/grade/saxon",
|
||||
"climbing/grade/yds_class",
|
||||
"website",
|
||||
"climbing/length",
|
||||
"description"
|
||||
],
|
||||
"terms": [
|
||||
"rock climbing route",
|
||||
"sport climbing",
|
||||
"route bottom",
|
||||
"climbing point",
|
||||
"route start",
|
||||
"climbing area",
|
||||
"climbing crag"
|
||||
],
|
||||
"tags": {
|
||||
"climbing": "route_bottom"
|
||||
},
|
||||
"addTags": {
|
||||
"sport": "climbing",
|
||||
"climbing": "route_bottom"
|
||||
},
|
||||
"name": "Climbing Route Start"
|
||||
}
|
||||
39
data/presets/education.json
Normal file
39
data/presets/education.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"icon": "temaki-school",
|
||||
"fields": [
|
||||
"name",
|
||||
"education",
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"branch_brand",
|
||||
"brand",
|
||||
"building/levels_building",
|
||||
"gnis/feature_id-US",
|
||||
"height_building",
|
||||
"level",
|
||||
"opening_hours",
|
||||
"payment_multi",
|
||||
"wheelchair"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"education": "*"
|
||||
},
|
||||
"terms": [
|
||||
"classes",
|
||||
"school",
|
||||
"teaching",
|
||||
"training"
|
||||
],
|
||||
"name": "Education Facility",
|
||||
"matchScore": 0.7
|
||||
}
|
||||
18
data/presets/education/_yes.json
Normal file
18
data/presets/education/_yes.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"icon": "temaki-school",
|
||||
"fields": [
|
||||
"name",
|
||||
"education",
|
||||
"{education}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"education": "yes"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 0.5,
|
||||
"name": "Education Facility (Unspecified Type)"
|
||||
}
|
||||
|
|
@ -26,5 +26,13 @@
|
|||
"tags": {
|
||||
"amenity": "college"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "college",
|
||||
"education": "college"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "college"
|
||||
},
|
||||
"name": "College Grounds"
|
||||
}
|
||||
|
|
@ -27,6 +27,14 @@
|
|||
"tags": {
|
||||
"amenity": "dancing_school"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "dancing_school",
|
||||
"education": "dancing_school"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "dancing_school"
|
||||
},
|
||||
"name": "Dance School",
|
||||
"aliases": [
|
||||
"Dance Studio"
|
||||
|
|
@ -19,5 +19,13 @@
|
|||
"tags": {
|
||||
"amenity": "driving_school"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "driving_school",
|
||||
"education": "driving_school"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "driving_school"
|
||||
},
|
||||
"name": "Driving School"
|
||||
}
|
||||
|
|
@ -36,5 +36,13 @@
|
|||
"tags": {
|
||||
"amenity": "kindergarten"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "kindergarten",
|
||||
"education": "kindergarten"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "kindergarten"
|
||||
},
|
||||
"name": "Preschool / Kindergarten Grounds"
|
||||
}
|
||||
|
|
@ -27,5 +27,13 @@
|
|||
"tags": {
|
||||
"amenity": "language_school"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "language_school",
|
||||
"education": "language_school"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "language_school"
|
||||
},
|
||||
"name": "Language School"
|
||||
}
|
||||
|
|
@ -20,5 +20,13 @@
|
|||
"tags": {
|
||||
"amenity": "music_school"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "music_school",
|
||||
"education": "music_school"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "music_school"
|
||||
},
|
||||
"name": "Music School"
|
||||
}
|
||||
|
|
@ -28,5 +28,13 @@
|
|||
"tags": {
|
||||
"amenity": "prep_school"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "prep_school",
|
||||
"education": "prep_school"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "prep_school"
|
||||
},
|
||||
"name": "Test Prep / Tutoring School"
|
||||
}
|
||||
|
|
@ -39,5 +39,13 @@
|
|||
"tags": {
|
||||
"amenity": "school"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "school",
|
||||
"education": "school"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "school"
|
||||
},
|
||||
"name": "School Grounds"
|
||||
}
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"icon": "maki-college",
|
||||
"fields": [
|
||||
"{amenity/college}"
|
||||
"{education/college}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{amenity/college}"
|
||||
"{education/college}"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
|
|
@ -19,5 +19,13 @@
|
|||
"tags": {
|
||||
"amenity": "university"
|
||||
},
|
||||
"addTags": {
|
||||
"amenity": "university",
|
||||
"education": "university"
|
||||
},
|
||||
"reference": {
|
||||
"key": "amenity",
|
||||
"value": "university"
|
||||
},
|
||||
"name": "University Grounds"
|
||||
}
|
||||
30
data/presets/historic/memorial/blue_plaque-GB-IE.json
Normal file
30
data/presets/historic/memorial/blue_plaque-GB-IE.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "temaki-plaque",
|
||||
"fields": [
|
||||
"name",
|
||||
"inscription",
|
||||
"subject/wikidata"
|
||||
],
|
||||
"moreFields": [
|
||||
"direction",
|
||||
"image",
|
||||
"wikimedia_commons"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"memorial": "blue_plaque"
|
||||
},
|
||||
"addTags": {
|
||||
"historic": "memorial"
|
||||
},
|
||||
"name": "Blue Plaque",
|
||||
"locationSet": {
|
||||
"include": [
|
||||
"gb",
|
||||
"ie"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -24,10 +24,6 @@
|
|||
"tags": {
|
||||
"leisure": "disc_golf_course"
|
||||
},
|
||||
"addTags": {
|
||||
"leisure": "disc_golf_course",
|
||||
"sport": "disc_golf"
|
||||
},
|
||||
"terms": [
|
||||
"disk golf",
|
||||
"frisbee golf",
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@
|
|||
"defender",
|
||||
"lawyer",
|
||||
"legal",
|
||||
"prosecutor"
|
||||
"prosecutor",
|
||||
"solicitor"
|
||||
],
|
||||
"name": "Law Office"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,9 @@
|
|||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"sew"
|
||||
"sew",
|
||||
"textile",
|
||||
"textiles"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "fabric"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"icon": "fas-vector-square",
|
||||
"icon": "temaki-portrait-framed",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
|
|
|||
38
data/presets/type/route/climbing.json
Normal file
38
data/presets/type/route/climbing.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"icon": "temaki-climbing",
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"fields": [
|
||||
"{climbing/route_bottom}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{climbing/route_bottom}"
|
||||
],
|
||||
"terms": [
|
||||
"climb",
|
||||
"climbing",
|
||||
"rock climbing",
|
||||
"rock climbing route",
|
||||
"mountain climbing"
|
||||
],
|
||||
"tags": {
|
||||
"type": "route",
|
||||
"route": "climbing"
|
||||
},
|
||||
"addTags": {
|
||||
"climbing": "route",
|
||||
"route": "climbing",
|
||||
"sport": "climbing",
|
||||
"type": "route"
|
||||
},
|
||||
"reference": {
|
||||
"key": "climbing",
|
||||
"value": "route"
|
||||
},
|
||||
"name": "Climbing Route",
|
||||
"aliases": [
|
||||
"Climb",
|
||||
"Mountaineering Route"
|
||||
]
|
||||
}
|
||||
30
data/presets/type/site/climbing/area.json
Normal file
30
data/presets/type/site/climbing/area.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "temaki-climbing",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"moreFields": [
|
||||
"website"
|
||||
],
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"climbing": "area",
|
||||
"type": "site"
|
||||
},
|
||||
"addTags": {
|
||||
"climbing": "area",
|
||||
"site": "climbing",
|
||||
"sport": "climbing",
|
||||
"type": "site"
|
||||
},
|
||||
"reference": {
|
||||
"key": "climbing",
|
||||
"value": "crag"
|
||||
},
|
||||
"name": "Climbing Area",
|
||||
"aliases": [
|
||||
"Climbing Region"
|
||||
]
|
||||
}
|
||||
30
data/presets/type/site/climbing/crag.json
Normal file
30
data/presets/type/site/climbing/crag.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"icon": "temaki-climbing",
|
||||
"fields": [
|
||||
"{climbing/crag}"
|
||||
],
|
||||
"moreFields": [
|
||||
"{climbing/crag}"
|
||||
],
|
||||
"geometry": [
|
||||
"relation"
|
||||
],
|
||||
"tags": {
|
||||
"type": "site",
|
||||
"climbing": "crag"
|
||||
},
|
||||
"addTags": {
|
||||
"climbing": "crag",
|
||||
"site": "climbing",
|
||||
"sport": "climbing",
|
||||
"type": "site"
|
||||
},
|
||||
"reference": {
|
||||
"key": "climbing",
|
||||
"value": "crag"
|
||||
},
|
||||
"aliases": [
|
||||
"Climbing Cliff"
|
||||
],
|
||||
"name": "Climbing Crag"
|
||||
}
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
"icon": "iD-waterway-canal",
|
||||
"fields": [
|
||||
"name",
|
||||
"structure_waterway",
|
||||
"structure_canal",
|
||||
"width",
|
||||
"usage_waterway",
|
||||
"intermittent",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue