upgrade path for amenity=youth_centre (#297)

`amenity=youth_centre` -> `amenity=community_centre` + `community_centre=youth_centre`

`community_centre:for` specifies actually rather a property of a community centre/youth centre, while `community_centre` specifies the type of community centre, i.e. is part of the map feature. See PR #83
This commit is contained in:
Tobias Zwick
2021-12-15 16:57:06 +01:00
committed by GitHub
parent a6b21a2fc8
commit 3001bc60af
+2 -2
View File
@@ -185,11 +185,11 @@
},
{
"old": {"amenity": "youth_center"},
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
"replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
},
{
"old": {"amenity": "youth_centre"},
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
"replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
},
{
"old": {"artwork": "*"},