mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Add various aliases
This commit is contained in:
parent
36529d0ee2
commit
942e4ce508
33 changed files with 422 additions and 153 deletions
|
|
@ -32,5 +32,9 @@
|
|||
"tags": {
|
||||
"amenity": "atm"
|
||||
},
|
||||
"name": "ATM"
|
||||
"name": "ATM",
|
||||
"aliases": [
|
||||
"Cash Machine",
|
||||
"Automated Teller Machine"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"credit union",
|
||||
"check",
|
||||
"deposit",
|
||||
"fund",
|
||||
|
|
@ -48,5 +47,8 @@
|
|||
"tags": {
|
||||
"amenity": "bank"
|
||||
},
|
||||
"name": "Bank"
|
||||
"name": "Bank",
|
||||
"aliases": [
|
||||
"Credit Union"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,11 +23,13 @@
|
|||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bureau de change",
|
||||
"money changer"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bureau_de_change"
|
||||
},
|
||||
"name": "Currency Exchange"
|
||||
"name": "Currency Exchange",
|
||||
"aliases": [
|
||||
"Bureau de Change"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,10 +30,12 @@
|
|||
},
|
||||
"terms": [
|
||||
"auditorium",
|
||||
"conference",
|
||||
"exhibition",
|
||||
"exposition",
|
||||
"lecture"
|
||||
],
|
||||
"name": "Convention Center"
|
||||
}
|
||||
"name": "Convention Center",
|
||||
"aliases": [
|
||||
"Conference Center"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,15 +29,15 @@
|
|||
"amenity": "exhibition_centre"
|
||||
},
|
||||
"terms": [
|
||||
"exhibition center",
|
||||
"fair",
|
||||
"exhibition",
|
||||
"exposition",
|
||||
"trade fair",
|
||||
"trade show",
|
||||
"trade exhibition",
|
||||
"expo",
|
||||
"tradeshow"
|
||||
],
|
||||
"name": "Exposition Center"
|
||||
}
|
||||
"name": "Exposition Center",
|
||||
"aliases": [
|
||||
"Exhibition Center"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,5 +27,9 @@
|
|||
"fire fighters",
|
||||
"firehouse"
|
||||
],
|
||||
"name": "Fire Station"
|
||||
"name": "Fire Station",
|
||||
"aliases": [
|
||||
"Fire House",
|
||||
"Fire Hall"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,10 +28,8 @@
|
|||
],
|
||||
"terms": [
|
||||
"donations",
|
||||
"free box",
|
||||
"free table",
|
||||
"freebox",
|
||||
"give box",
|
||||
"give shelf",
|
||||
"givebox",
|
||||
"library",
|
||||
|
|
@ -40,5 +38,8 @@
|
|||
"tags": {
|
||||
"amenity": "give_box"
|
||||
},
|
||||
"name": "Free Box"
|
||||
"name": "Free Box",
|
||||
"aliases": [
|
||||
"Give Box"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,19 +26,21 @@
|
|||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bathroom",
|
||||
"restroom",
|
||||
"outhouse",
|
||||
"privy",
|
||||
"head",
|
||||
"lavatory",
|
||||
"latrine",
|
||||
"water closet",
|
||||
"WC",
|
||||
"W.C."
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "toilets"
|
||||
},
|
||||
"name": "Toilets"
|
||||
"name": "Toilets",
|
||||
"aliases": [
|
||||
"Restroom",
|
||||
"Bathroom",
|
||||
"Lavatory",
|
||||
"Water Closet"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue