Deprecate leisure=maze (-> attraction=maze) (#1102)

This commit is contained in:
Tobias Zwick
2024-02-15 18:49:48 +01:00
committed by GitHub
parent 5bbd18fe18
commit 54b6c0999c
+4
View File
@@ -1006,6 +1006,10 @@
"old": {"leisure": "ice_rink", "sport": "skating"},
"replace": {"leisure": "ice_rink", "sport": "ice_skating"}
},
{
"old": {"leisure": "maze"},
"replace": {"attraction": "maze"}
},
{
"old": {"leisure": "recreation_ground"},
"replace": {"landuse": "recreation_ground"}