mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-31 17:20:30 +02:00
Merge pull request #2958 from kepta/2943
Addition of Storage Unit preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": [
|
||||
|
||||
17
data/presets/presets/shop/storage_rental.json
Normal file
17
data/presets/presets/shop/storage_rental.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "storage_rental"
|
||||
},
|
||||
"name": "Storage Rental"
|
||||
}
|
||||
@@ -2187,6 +2187,10 @@
|
||||
"key": "shop",
|
||||
"value": "stationery"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "storage_rental"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "supermarket"
|
||||
|
||||
4
dist/locales/en.json
vendored
4
dist/locales/en.json
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user