mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
add preset for shop=watches
This commit is contained in:
@@ -4067,6 +4067,10 @@ en:
|
||||
# shop=video_games
|
||||
name: Video Game Store
|
||||
terms: '<translate with synonyms or related terms for ''Video Game Store'', separated by commas>'
|
||||
shop/watches:
|
||||
# shop=watches
|
||||
name: Watches Shop
|
||||
terms: '<translate with synonyms or related terms for ''Watches Shop'', separated by commas>'
|
||||
shop/water_sports:
|
||||
# shop=water_sports
|
||||
name: Watersport/Swim Shop
|
||||
|
||||
@@ -11412,6 +11412,23 @@
|
||||
},
|
||||
"name": "Video Store"
|
||||
},
|
||||
"shop/watches": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "watches"
|
||||
},
|
||||
"name": "Watches Shop"
|
||||
},
|
||||
"shop/water_sports": {
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"operator",
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "watches"
|
||||
},
|
||||
"name": "Watches Shop"
|
||||
}
|
||||
@@ -2494,6 +2494,10 @@
|
||||
"key": "shop",
|
||||
"value": "video"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "watches"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "water_sports"
|
||||
|
||||
Vendored
+4
@@ -4344,6 +4344,10 @@
|
||||
"name": "Video Store",
|
||||
"terms": "DVD"
|
||||
},
|
||||
"shop/watches": {
|
||||
"name": "Watches Shop",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/water_sports": {
|
||||
"name": "Watersport/Swim Shop",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user