Deprecate type=audio and type=video for studios

This commit is contained in:
Quincy Morgan
2019-11-11 17:10:42 +01:00
parent 25772d22c4
commit 7b2f85dc21
+8
View File
@@ -1077,6 +1077,10 @@
"old": {"townhall:village": "yes"},
"replace": {"amenity": "townhall", "townhall:type": "village"}
},
{
"old": {"type": "audio", "amenity": "studio"},
"replace": {"studio": "audio"}
},
{
"old": {"type": "broad_leaved"},
"replace": {"leaf_type": "broadleaved"}
@@ -1109,6 +1113,10 @@
"old": {"type": "strato"},
"replace": {"volcano:type": "stratovolcano"}
},
{
"old": {"type": "video", "amenity": "studio"},
"replace": {"studio": "video"}
},
{
"old": {"unnamed": "*"},
"replace": {"noname": "$1"}