mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Add shop=wine preset
This commit is contained in:
@@ -1685,6 +1685,9 @@ en:
|
||||
shop/video:
|
||||
name: Video Store
|
||||
terms: "<translate with synonyms or related terms for 'Video Store', separated by commas>"
|
||||
shop/wine:
|
||||
name: Wine Shop
|
||||
terms: "<translate with synonyms or related terms for 'Wine Shop', separated by commas>"
|
||||
tourism:
|
||||
name: Tourism
|
||||
terms: "<translate with synonyms or related terms for 'Tourism', separated by commas>"
|
||||
|
||||
@@ -7493,6 +7493,26 @@
|
||||
},
|
||||
"name": "Video Store"
|
||||
},
|
||||
"shop/wine": {
|
||||
"icon": "alcohol-shop",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "wine"
|
||||
},
|
||||
"terms": [
|
||||
"winery"
|
||||
],
|
||||
"name": "Wine Shop"
|
||||
},
|
||||
"tourism": {
|
||||
"fields": [
|
||||
"tourism"
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "alcohol-shop",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "wine"
|
||||
},
|
||||
"terms": [
|
||||
"winery"
|
||||
],
|
||||
"name": "Wine Shop"
|
||||
}
|
||||
Vendored
+4
@@ -2683,6 +2683,10 @@
|
||||
"name": "Video Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/wine": {
|
||||
"name": "Wine Shop",
|
||||
"terms": "winery"
|
||||
},
|
||||
"tourism": {
|
||||
"name": "Tourism",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user