Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/presets/amenity/car_rental.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@
"tags": {
"amenity": "car_rental"
},
"terms": [
"hire",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the usual term in the UK is "car hire"

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as general term yes, but I think it can be reasonably listed if someone typed just "hire"

"vehicle"
],
"name": "Car Rental"
}
1 change: 1 addition & 0 deletions data/presets/amenity/dentist.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"area"
],
"terms": [
"dental",
"teeth",
"tooth"
],
Expand Down
3 changes: 3 additions & 0 deletions data/presets/amenity/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"tags": {
"amenity": "marketplace"
},
"terms": [
"bazaar"
],
"name": "Marketplace"
}
4 changes: 3 additions & 1 deletion data/presets/amenity/post_office.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
],
"terms": [
"letter",
"mail"
"mail",
"package",
"parcel"
],
"tags": {
"amenity": "post_office"
Expand Down
1 change: 1 addition & 0 deletions data/presets/highway/cycleway/bicycle_foot.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"green way",
"greenway",
"mixed-use trail",
"multi-use path",
"multi-use trail",
"rail trail",
"segregated trail",
Expand Down
4 changes: 4 additions & 0 deletions data/presets/shop/antiques.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"shop": "antiques"
},
"name": "Antique Shop",
"terms": [
"old",
"vintage"
],
"aliases": [
"Antique Store",
"Antiques Shop",
Expand Down
1 change: 1 addition & 0 deletions data/presets/shop/beauty/nails.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"terms": [
"manicure",
"nails",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nail was finding it, nails not

in this case it seems reasonable to add it as adding it as a single word seems likely

"pedicure"
],
"fields": [
Expand Down
3 changes: 2 additions & 1 deletion data/presets/shop/car.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
],
"terms": [
"automobile",
"automotive"
"automotive",
"vehicle"
],
"tags": {
"shop": "car"
Expand Down
1 change: 1 addition & 0 deletions data/presets/shop/florist.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"area"
],
"terms": [
"bouquet",
"flower"
],
"fields": [
Expand Down
1 change: 1 addition & 0 deletions data/presets/shop/gift.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"area"
],
"terms": [
"present",
"tourist trap"
],
"fields": [
Expand Down
3 changes: 2 additions & 1 deletion data/presets/shop/optician.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
],
"terms": [
"eye",
"glasses"
"glasses",
"spectacles"
],
"fields": [
"{shop}"
Expand Down