Add search terms to several presets (#1370)

This commit is contained in:
Kyℓe Hensel 2024-11-03 16:13:43 +11:00 committed by GitHub
parent e0c7efdb21
commit 8bc37a85f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 35 additions and 1 deletions

View file

@ -21,5 +21,8 @@
"tags": {
"amenity": "boat_rental"
},
"terms": [
"boat hire"
],
"name": "Boat Rental"
}

View file

@ -14,5 +14,8 @@
"tags": {
"amenity": "motorcycle_parking"
},
"terms": [
"motorbike parking"
],
"name": "Motorcycle Parking"
}

View file

@ -27,6 +27,9 @@
"amenity": "telephone"
},
"terms": [
"payphone",
"pay phone",
"phone booth",
"phone"
],
"name": "Telephone"