Add two deprecated roof color tags

This commit is contained in:
Quincy Morgan
2019-01-25 14:09:27 -05:00
parent 2f44a57ef9
commit cc9fae312e
+8
View File
@@ -60,6 +60,10 @@
"old": {"building": "entrance"},
"replace": {"entrance": "*"}
},
{
"old": {"building:roof:colour": "*"},
"replace": {"roof:colour": "$1"}
},
{
"old": {"building:type": "*"},
"replace": {"building": "$1"}
@@ -175,6 +179,10 @@
"old": {"power_rating": "*"},
"replace": {"generator:output": "$1"}
},
{
"old": {"roof:color": "*"},
"replace": {"roof:colour": "$1"}
},
{
"old": {"route": "ncn"},
"replace": {"route": "bicycle", "network": "ncn"}