Skip to content

Commit 3001bc6

Browse files
authored
upgrade path for amenity=youth_centre (openstreetmap#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 openstreetmap#83
1 parent a6b21a2 commit 3001bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/deprecated.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@
185185
},
186186
{
187187
"old": {"amenity": "youth_center"},
188-
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
188+
"replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
189189
},
190190
{
191191
"old": {"amenity": "youth_centre"},
192-
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
192+
"replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
193193
},
194194
{
195195
"old": {"artwork": "*"},

0 commit comments

Comments
 (0)