Deprecate "wifi=yes" and "wifi=free" (close #6524)

This commit is contained in:
Quincy Morgan
2019-06-12 09:40:06 -04:00
parent 6645ebbc6b
commit 1b9ab42836
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -897,6 +897,14 @@
"old": {"waterway": "riverbank"},
"replace": {"natural": "water", "water": "river"}
},
{
"old": {"wifi": "yes"},
"replace": {"internet_access": "wlan"}
},
{
"old": {"wifi": "free"},
"replace": {"internet_access": "wlan", "internet_access:fee": "no"}
},
{
"old": {"wood": "coniferous"},
"replace": {"leaf_type": "needleleaved"}
+2
View File
@@ -1959,6 +1959,8 @@
{"key": "water", "value": "tidal", "description": "🄳 ➜ natural=water + tidal=yes"},
{"key": "waterway", "value": "aqueduct", "description": "🄳 ➜ waterway=canal + bridge=aqueduct"},
{"key": "waterway", "value": "lock", "description": "🄳 ➜ waterway=canal + lock=yes"},
{"key": "wifi", "value": "yes", "description": "🄳 ➜ internet_access=wlan"},
{"key": "wifi", "value": "free", "description": "🄳 ➜ internet_access=wlan + internet_access:fee=no"},
{"key": "wood", "value": "coniferous", "description": "🄳 ➜ leaf_type=needleleaved"},
{"key": "wood", "value": "deciduous", "description": "🄳 ➜ leaf_cycle=deciduous"},
{"key": "wood", "value": "evergreen", "description": "🄳 ➜ leaf_cycle=evergreen"},