mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 01:03:53 +01:00
Merge branch 'openstreetmap:main' into temp
This commit is contained in:
commit
ab88746f26
7 changed files with 117 additions and 13 deletions
|
|
@ -6,11 +6,15 @@
|
|||
"parcel_dropoff",
|
||||
"opening_hours",
|
||||
"payment_multi",
|
||||
"ref"
|
||||
"ref",
|
||||
"wheelchair"
|
||||
],
|
||||
"moreFields": [
|
||||
"brand",
|
||||
"colour"
|
||||
"collection_times",
|
||||
"colour",
|
||||
"indoor",
|
||||
"surveillance"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
|
|
|||
|
|
@ -19,11 +19,14 @@
|
|||
],
|
||||
"tags": {
|
||||
"amenity": "restaurant",
|
||||
"cuisine": "barbeque"
|
||||
"cuisine": "barbecue"
|
||||
},
|
||||
"reference": {
|
||||
"key": "cuisine",
|
||||
"value": "barbeque"
|
||||
"value": "barbecue"
|
||||
},
|
||||
"name": "Barbeque Restaurant"
|
||||
"name": "Barbecue Restaurant",
|
||||
"aliases": [
|
||||
"Barbeque Restaurant"
|
||||
]
|
||||
}
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"barrior hall"
|
||||
"barrio hall"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "townhall",
|
||||
|
|
|
|||
|
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"icon": "maki-car",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "emergency_bay"
|
||||
},
|
||||
"fields": [
|
||||
"direction_vertex_dual"
|
||||
],
|
||||
"terms": [
|
||||
"Highway Emergency Bay"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue