Deprecate artwork and artwork:type keys in favor of artwork_type

This commit is contained in:
Quincy Morgan
2019-05-01 11:56:51 -07:00
parent 9b9e3dbdfa
commit d2cca04c3f
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -148,6 +148,14 @@
"old": {"amenity": "youth_centre"},
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
},
{
"old": {"artwork": "*"},
"replace": {"artwork_type": "$1"}
},
{
"old": {"artwork:type": "*"},
"replace": {"artwork_type": "$1"}
},
{
"old": {"barrier": "curb"},
"replace": {"barrier": "kerb"}