Skip to content

Commit

Permalink
Add deprecation rules for parking:lane* (#1390)
Browse files Browse the repository at this point in the history
Co-authored-by: Samu__ <[email protected]>
  • Loading branch information
tiptoptom and Samu__ authored Dec 20, 2024
1 parent bc74fb5 commit 02d1552
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,102 @@
"old": {"parking": "street"},
"replace": {"parking": "lane"}
},
{
"old": {"parking:lane:both": "no"},
"replace": {"parking:both": "no"}
},
{
"old": {"parking:lane:both": "no_parking"},
"replace": {"parking:both": "no", "parking:both:restriction": "no_parking"}
},
{
"old": {"parking:lane:both": "no_stopping"},
"replace": {"parking:both": "no", "parking:both:restriction": "no_stopping"}
},
{
"old": {"parking:lane:both": "fire_lane"},
"replace": {"parking:both": "no", "parking:both:restriction": "no_stopping", "parking:both:restriction:reason": "fire_lane"}
},
{
"old": {"parking:lane:both": "separate"},
"replace": {"parking:both": "separate"}
},
{
"old": {"parking:lane:both": "diagonal"},
"replace": {"parking:both": "yes", "parking:both:orientation": "diagonal"}
},
{
"old": {"parking:lane:both": "parallel"},
"replace": {"parking:both": "yes", "parking:both:orientation": "parallel"}
},
{
"old": {"parking:lane:both": "perpendicular"},
"replace": {"parking:both": "yes", "parking:both:orientation": "perpendicular"}
},
{
"old": {"parking:lane:both:parallel": "on_street"},
"replace": {"parking:both": "lane"}
},
{
"old": {"parking:lane:left": "no"},
"replace": {"parking:left": "no"}
},
{
"old": {"parking:lane:left": "no_parking"},
"replace": {"parking:left": "no", "parking:left:restriction": "no_parking"}
},
{
"old": {"parking:lane:left": "no_stopping"},
"replace": {"parking:left": "no", "parking:left:restriction": "no_stopping"}
},
{
"old": {"parking:lane:left": "separate"},
"replace": {"parking:left": "separate"}
},
{
"old": {"parking:lane:left": "diagonal"},
"replace": {"parking:left": "yes", "parking:left:orientation": "diagonal"}
},
{
"old": {"parking:lane:left": "parallel"},
"replace": {"parking:left": "yes", "parking:left:orientation": "parallel"}
},
{
"old": {"parking:lane:left": "perpendicular"},
"replace": {"parking:left": "yes", "parking:left:orientation": "perpendicular"}
},
{
"old": {"parking:lane:right": "no"},
"replace": {"parking:right": "no"}
},
{
"old": {"parking:lane:right": "no_parking"},
"replace": {"parking:right": "no", "parking:right:restriction": "no_parking"}
},
{
"old": {"parking:lane:right": "no_stopping"},
"replace": {"parking:right": "no", "parking:right:restriction": "no_stopping"}
},
{
"old": {"parking:lane:right": "separate"},
"replace": {"parking:right": "separate"}
},
{
"old": {"parking:lane:right": "diagonal"},
"replace": {"parking:right": "yes", "parking:right:orientation": "diagonal"}
},
{
"old": {"parking:lane:right": "parallel"},
"replace": {"parking:right": "yes", "parking:right:orientation": "parallel"}
},
{
"old": {"parking:lane:right": "perpendicular"},
"replace": {"parking:right": "yes", "parking:right:orientation": "perpendicular"}
},
{
"old": {"parking:lane:right:parallel": "on_street"},
"replace": {"parking:right": "lane"}
},
{
"old": {"parking:orientation": "*"},
"replace": {"orientation": "$1"}
Expand Down

0 comments on commit 02d1552

Please sign in to comment.