mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-23 04:23:30 +01:00
Deprecate generator:source=photovoltaic
This commit is contained in:
@@ -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": "*"}
|
||||
|
||||
@@ -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": "🄳"},
|
||||
|
||||
Reference in New Issue
Block a user