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

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"}

View File

@@ -1745,6 +1745,8 @@
{"key": "amenity", "value": "winery", "description": "🄳 ➜ craft=winery"},
{"key": "amenity", "value": "youth_center", "description": "🄳 ➜ amenity=community_centre + community_centre:for=juvenile"},
{"key": "amenity", "value": "youth_centre", "description": "🄳 ➜ amenity=community_centre + community_centre:for=juvenile"},
{"key": "artwork", "description": "🄳 ➜ artwork_type=*"},
{"key": "artwork:type", "description": "🄳 ➜ artwork_type=*"},
{"key": "barrier", "value": "curb", "description": "🄳 ➜ barrier=kerb"},
{"key": "barrier", "value": "embankment", "description": "🄳 ➜ man_made=embankment"},
{"key": "barrier", "value": "wire_fence", "description": "🄳 ➜ barrier=fence + fence_type=chain"},