Skip to content

Commit

Permalink
[backport] fix wrong tag in deprecation rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Apr 5, 2024
1 parent fc4160a commit a6f7b96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# 6.7.3
##### 2024-Apr-5

* Fix error in tag upgrade rule: `traffic_calming=island + area=yes` was falsely upgraded to `area:highway=traffic_calming` instead of `…=traffic_island` ([#1180])

[#1180]: https://github.com/openstreetmap/id-tagging-schema/issues/1180


# 6.7.2
##### 2024-Mar-15

Expand Down
2 changes: 1 addition & 1 deletion data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@
},
{
"old": {"traffic_calming": "island", "area": "yes"},
"replace": {"area:highway": "traffic_calming"}
"replace": {"area:highway": "traffic_island"}
},
{
"old": {"tunnel": "1"},
Expand Down

0 comments on commit a6f7b96

Please sign in to comment.