Skip to content

Commit

Permalink
upgrade path for amenity=youth_centre (#297)
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
westnordost authored Dec 15, 2021
1 parent a6b21a2 commit 3001bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*"},
Expand Down

0 comments on commit 3001bc6

Please sign in to comment.