mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
Merge pull request #2958 from kepta/2943
Addition of Storage Unit preset
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "storage_rental"
|
||||
},
|
||||
"name": "Storage Rental"
|
||||
}
|
||||
Reference in New Issue
Block a user