Skip to content

Commit

Permalink
build release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Aug 19, 2024
1 parent fed19c8 commit c70bb26
Show file tree
Hide file tree
Showing 11 changed files with 1,419 additions and 255 deletions.
34 changes: 24 additions & 10 deletions dist/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,6 @@
"amenity": "community_centre"
}
},
{
"old": {
"amenity": "dancing_school"
},
"replace": {
"leisure": "dance",
"dance:teaching": "yes"
}
},
{
"old": {
"amenity": "dog_bin"
Expand Down Expand Up @@ -1641,6 +1632,15 @@
"ford": "*"
}
},
{
"old": {
"highway": "path",
"ladder": "yes"
},
"replace": {
"highway": "ladder"
}
},
{
"old": {
"highway": "platform"
Expand Down Expand Up @@ -2638,6 +2638,11 @@
"name": "$1"
}
},
{
"old": {
"playground:theme": "playground"
}
},
{
"old": {
"pole": "transition"
Expand Down Expand Up @@ -3697,6 +3702,15 @@
"transformer": "main"
}
},
{
"old": {
"traffic_calming": "island",
"area": "yes"
},
"replace": {
"area:highway": "traffic_island"
}
},
{
"old": {
"tunnel": "1"
Expand Down Expand Up @@ -4168,4 +4182,4 @@
"industrial": "brickyard"
}
}
]
]
2 changes: 1 addition & 1 deletion dist/deprecated.min.json

Large diffs are not rendered by default.

Loading

0 comments on commit c70bb26

Please sign in to comment.