mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
shop=organic is deprecated
This commit is contained in:
@@ -8051,7 +8051,8 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "organic"
|
||||
"shop": "supermarket",
|
||||
"organic": "true"
|
||||
},
|
||||
"name": "Organic Goods Store"
|
||||
},
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "organic"
|
||||
"shop": "supermarket",
|
||||
"organic": "true"
|
||||
},
|
||||
"name": "Organic Goods Store"
|
||||
}
|
||||
|
||||
+2
-2
@@ -1893,8 +1893,8 @@
|
||||
"value": "optician"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
"value": "organic"
|
||||
"key": "organic",
|
||||
"value": "true"
|
||||
},
|
||||
{
|
||||
"key": "shop",
|
||||
|
||||
Reference in New Issue
Block a user