mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-11 12:17:14 +02:00
Deprecate artwork and artwork:type keys in favor of artwork_type
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user