Deprecate "shop=cafe" and various "internet_access:fee" tags

This commit is contained in:
Quincy Morgan
2019-04-18 09:12:12 -07:00
parent 18ab84ae6e
commit 333b95180b
+20
View File
@@ -331,6 +331,22 @@
"old": {"highway": "unsurfaced"},
"replace": {"highway": "road", "surface": "unpaved"}
},
{
"old": {"internet_access:fee": "0"},
"replace": {"internet_access:fee": "no"}
},
{
"old": {"internet_access:fee": "free"},
"replace": {"internet_access:fee": "no"}
},
{
"old": {"internet_access:fee": "Free"},
"replace": {"internet_access:fee": "no"}
},
{
"old": {"internet_access:fee": "No"},
"replace": {"internet_access:fee": "no"}
},
{
"old": {"kerb": "dropped"},
"replace": {"kerb": "lowered"}
@@ -503,6 +519,10 @@
"old": {"shop": "boutique"},
"replace": {"shop": "clothes"}
},
{
"old": {"shop": "cafe"},
"replace": {"amenity": "cafe"}
},
{
"old": {"shop": "dive"},
"replace": {"shop": "scuba_diving"}