Skip to content

Commit

Permalink
Merge pull request #2958 from kepta/2943
Browse files Browse the repository at this point in the history
Addition of Storage Unit preset
  • Loading branch information
bhousel committed Feb 1, 2016
2 parents e45cb96 + 3f73696 commit 2e83ed2
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3498,6 +3498,10 @@ en:
name: Stationery Store
# 'terms: card,paper'
terms: "<translate with synonyms or related terms for 'Stationery Store', separated by commas>"
shop/storage_rental:
# shop=storage_rental
name: Storage Rental
terms: "<translate with synonyms or related terms for 'Storage Rental', separated by commas>"
shop/supermarket:
# shop=supermarket
name: Supermarket
Expand Down
17 changes: 17 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9436,6 +9436,23 @@
},
"name": "Stationery Store"
},
"shop/storage_rental": {
"icon": "shop",
"fields": [
"operator",
"address",
"building",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "storage_rental"
},
"name": "Storage Rental"
},
"shop/supermarket": {
"icon": "grocery",
"fields": [
Expand Down
17 changes: 17 additions & 0 deletions data/presets/presets/shop/storage_rental.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"icon": "shop",
"fields": [
"operator",
"address",
"building",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"shop": "storage_rental"
},
"name": "Storage Rental"
}
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2187,6 +2187,10 @@
"key": "shop",
"value": "stationery"
},
{
"key": "shop",
"value": "storage_rental"
},
{
"key": "shop",
"value": "supermarket"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3736,6 +3736,10 @@
"name": "Stationery Store",
"terms": "card,paper"
},
"shop/storage_rental": {
"name": "Storage Rental",
"terms": ""
},
"shop/supermarket": {
"name": "Supermarket",
"terms": "grocery,store,shop"
Expand Down

0 comments on commit 2e83ed2

Please sign in to comment.