Skip to content

Commit a6af08d

Browse files
author
Samu__
committed
add parking:lane:<side>:parallel=on_street
1 parent 6c66704 commit a6af08d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/deprecated.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,10 @@
12931293
"old": {"parking:lane:both": "perpendicular"},
12941294
"replace": {"parking:both": "lane", "parking:both:orientation": "perpendicular"}
12951295
},
1296+
{
1297+
"old": {"parking:lane:both:parallel": "on_street"},
1298+
"replace": {"parking:both": "lane"}
1299+
},
12961300
{
12971301
"old": {"parking:lane:left": "yes"},
12981302
"replace": {"parking:left": "lane"}
@@ -1333,6 +1337,10 @@
13331337
"old": {"parking:lane:left": "perpendicular"},
13341338
"replace": {"parking:left": "lane", "parking:left:orientation": "perpendicular"}
13351339
},
1340+
{
1341+
"old": {"parking:lane:left:parallel": "on_street"},
1342+
"replace": {"parking:left": "lane"}
1343+
},
13361344
{
13371345
"old": {"parking:lane:right": "yes"},
13381346
"replace": {"parking:right": "lane"}
@@ -1373,6 +1381,10 @@
13731381
"old": {"parking:lane:right": "perpendicular"},
13741382
"replace": {"parking:right": "lane", "parking:right:orientation": "perpendicular"}
13751383
},
1384+
{
1385+
"old": {"parking:lane:right:parallel": "on_street"},
1386+
"replace": {"parking:right": "lane"}
1387+
},
13761388
{
13771389
"old": {"parking:orientation": "*"},
13781390
"replace": {"orientation": "$1"}

0 commit comments

Comments
 (0)