Deprecate generator:source=photovoltaic

This commit is contained in:
Quincy Morgan
2019-05-03 11:57:02 -07:00
parent ddc9d16b62
commit a7e792fcda
2 changed files with 5 additions and 0 deletions

View File

@@ -316,6 +316,10 @@
"old": {"footway": "separate"},
"replace": {"sidewalk": "separate"}
},
{
"old": {"generator:source": "photovoltaic"},
"replace": {"generator:source": "solar", "generator:method": "photovoltaic"}
},
{
"old": {"highway": "abandoned"},
"replace": {"abandoned:highway": "*"}

View File

@@ -1788,6 +1788,7 @@
{"key": "footway", "value": "none", "description": "🄳 ➜ sidewalk=no"},
{"key": "footway", "value": "right", "description": "🄳 ➜ sidewalk=right"},
{"key": "footway", "value": "separate", "description": "🄳 ➜ sidewalk=separate"},
{"key": "generator:source", "value": "photovoltaic", "description": "🄳 ➜ generator:source=solar + generator:method=photovoltaic"},
{"key": "highway", "value": "abandoned", "description": "🄳 ➜ abandoned:highway=*"},
{"key": "highway", "value": "ford", "description": "🄳 ➜ ford=*"},
{"key": "highway", "value": "no", "description": "🄳"},