Skip to content

Commit

Permalink
Add search terms to several presets (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle authored Nov 3, 2024
1 parent e0c7efd commit 8bc37a8
Show file tree
Hide file tree
Showing 15 changed files with 35 additions and 1 deletion.
3 changes: 3 additions & 0 deletions data/presets/amenity/boat_rental.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"tags": {
"amenity": "boat_rental"
},
"terms": [
"boat hire"
],
"name": "Boat Rental"
}
3 changes: 3 additions & 0 deletions data/presets/amenity/motorcycle_parking.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"tags": {
"amenity": "motorcycle_parking"
},
"terms": [
"motorbike parking"
],
"name": "Motorcycle Parking"
}
3 changes: 3 additions & 0 deletions data/presets/amenity/telephone.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"amenity": "telephone"
},
"terms": [
"payphone",
"pay phone",
"phone booth",
"phone"
],
"name": "Telephone"
Expand Down
1 change: 1 addition & 0 deletions data/presets/barrier/height_restrictor.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"height barrier",
"height restriction barrier",
"maxheight",
"max height",
"maximum height measurer"
],
"name": "Height Restrictor"
Expand Down
3 changes: 3 additions & 0 deletions data/presets/barrier/motorcycle_barrier.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"tags": {
"barrier": "motorcycle_barrier"
},
"terms": [
"motorbike barrier"
],
"name": "Motorcycle Barrier"
}
1 change: 1 addition & 0 deletions data/presets/emergency/life_ring.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"vertex"
],
"terms": [
"lifering",
"life buoy",
"kisby ring",
"kisbie ring",
Expand Down
5 changes: 5 additions & 0 deletions data/presets/emergency/phone.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
"tags": {
"emergency": "phone"
},
"terms": [
"sos",
"help",
"call point"
],
"name": "Emergency Phone"
}
2 changes: 2 additions & 0 deletions data/presets/landuse/aquaculture.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@
},
"terms": [
"fish farm",
"marine farm",
"crustacean",
"algae",
"aquafarming",
"shrimp farm",
"oyster farm",
"mussel farm",
"mariculture",
"algaculture"
],
Expand Down
1 change: 1 addition & 0 deletions data/presets/man_made/storage_tank.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"water",
"oil",
"gas",
"fuel",
"petrol"
],
"tags": {
Expand Down
2 changes: 2 additions & 0 deletions data/presets/man_made/watermill.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"area"
],
"terms": [
"waterwheel",
"water wheel",
"water",
"wheel",
"mill"
Expand Down
1 change: 1 addition & 0 deletions data/presets/public_transport/platform/train.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"public transit",
"public transportation",
"rail",
"railway platform",
"track",
"train",
"transit",
Expand Down
3 changes: 2 additions & 1 deletion data/presets/shop/motorcycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"area"
],
"terms": [
"bike"
"bike",
"motorbike"
],
"tags": {
"shop": "motorcycle"
Expand Down
1 change: 1 addition & 0 deletions data/presets/shop/motorcycle_repair.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"bike",
"garage",
"motorcycle",
"motorbike",
"repair",
"service"
],
Expand Down
4 changes: 4 additions & 0 deletions data/presets/tourism/theme_park.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
"tags": {
"tourism": "theme_park"
},
"terms": [
"amusement park",
"fun park"
],
"name": "Theme Park"
}
3 changes: 3 additions & 0 deletions data/presets/tourism/viewpoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
"tags": {
"tourism": "viewpoint"
},
"terms": [
"lookout"
],
"name": "Viewpoint"
}

0 comments on commit 8bc37a8

Please sign in to comment.