patch v6.7.2: traffic_calming=island + area=yes -> area:highway=traffic_island

partially addresses https://github.com/openstreetmap/id-tagging-schema/issues/1162
This commit is contained in:
Martin Raifer 2024-03-15 20:16:26 +01:00
parent f6f5c95f06
commit 01e7739976
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
2 changed files with 12 additions and 0 deletions

View file

@ -1777,6 +1777,10 @@
"old": {"transformer": "traction"},
"replace": {"transformer": "main"}
},
{
"old": {"traffic_calming": "island", "area": "yes"},
"replace": {"area:highway": "traffic_calming"}
},
{
"old": {"tunnel": "1"},
"replace": {"tunnel": "yes"}