Skip to content

Commit 02d1552

Browse files
tiptoptomSamu__
andauthored
Add deprecation rules for parking:lane* (#1390)
Co-authored-by: Samu__ <s.lechner@etlgr.com>
1 parent bc74fb5 commit 02d1552

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

data/deprecated.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,102 @@
12611261
"old": {"parking": "street"},
12621262
"replace": {"parking": "lane"}
12631263
},
1264+
{
1265+
"old": {"parking:lane:both": "no"},
1266+
"replace": {"parking:both": "no"}
1267+
},
1268+
{
1269+
"old": {"parking:lane:both": "no_parking"},
1270+
"replace": {"parking:both": "no", "parking:both:restriction": "no_parking"}
1271+
},
1272+
{
1273+
"old": {"parking:lane:both": "no_stopping"},
1274+
"replace": {"parking:both": "no", "parking:both:restriction": "no_stopping"}
1275+
},
1276+
{
1277+
"old": {"parking:lane:both": "fire_lane"},
1278+
"replace": {"parking:both": "no", "parking:both:restriction": "no_stopping", "parking:both:restriction:reason": "fire_lane"}
1279+
},
1280+
{
1281+
"old": {"parking:lane:both": "separate"},
1282+
"replace": {"parking:both": "separate"}
1283+
},
1284+
{
1285+
"old": {"parking:lane:both": "diagonal"},
1286+
"replace": {"parking:both": "yes", "parking:both:orientation": "diagonal"}
1287+
},
1288+
{
1289+
"old": {"parking:lane:both": "parallel"},
1290+
"replace": {"parking:both": "yes", "parking:both:orientation": "parallel"}
1291+
},
1292+
{
1293+
"old": {"parking:lane:both": "perpendicular"},
1294+
"replace": {"parking:both": "yes", "parking:both:orientation": "perpendicular"}
1295+
},
1296+
{
1297+
"old": {"parking:lane:both:parallel": "on_street"},
1298+
"replace": {"parking:both": "lane"}
1299+
},
1300+
{
1301+
"old": {"parking:lane:left": "no"},
1302+
"replace": {"parking:left": "no"}
1303+
},
1304+
{
1305+
"old": {"parking:lane:left": "no_parking"},
1306+
"replace": {"parking:left": "no", "parking:left:restriction": "no_parking"}
1307+
},
1308+
{
1309+
"old": {"parking:lane:left": "no_stopping"},
1310+
"replace": {"parking:left": "no", "parking:left:restriction": "no_stopping"}
1311+
},
1312+
{
1313+
"old": {"parking:lane:left": "separate"},
1314+
"replace": {"parking:left": "separate"}
1315+
},
1316+
{
1317+
"old": {"parking:lane:left": "diagonal"},
1318+
"replace": {"parking:left": "yes", "parking:left:orientation": "diagonal"}
1319+
},
1320+
{
1321+
"old": {"parking:lane:left": "parallel"},
1322+
"replace": {"parking:left": "yes", "parking:left:orientation": "parallel"}
1323+
},
1324+
{
1325+
"old": {"parking:lane:left": "perpendicular"},
1326+
"replace": {"parking:left": "yes", "parking:left:orientation": "perpendicular"}
1327+
},
1328+
{
1329+
"old": {"parking:lane:right": "no"},
1330+
"replace": {"parking:right": "no"}
1331+
},
1332+
{
1333+
"old": {"parking:lane:right": "no_parking"},
1334+
"replace": {"parking:right": "no", "parking:right:restriction": "no_parking"}
1335+
},
1336+
{
1337+
"old": {"parking:lane:right": "no_stopping"},
1338+
"replace": {"parking:right": "no", "parking:right:restriction": "no_stopping"}
1339+
},
1340+
{
1341+
"old": {"parking:lane:right": "separate"},
1342+
"replace": {"parking:right": "separate"}
1343+
},
1344+
{
1345+
"old": {"parking:lane:right": "diagonal"},
1346+
"replace": {"parking:right": "yes", "parking:right:orientation": "diagonal"}
1347+
},
1348+
{
1349+
"old": {"parking:lane:right": "parallel"},
1350+
"replace": {"parking:right": "yes", "parking:right:orientation": "parallel"}
1351+
},
1352+
{
1353+
"old": {"parking:lane:right": "perpendicular"},
1354+
"replace": {"parking:right": "yes", "parking:right:orientation": "perpendicular"}
1355+
},
1356+
{
1357+
"old": {"parking:lane:right:parallel": "on_street"},
1358+
"replace": {"parking:right": "lane"}
1359+
},
12641360
{
12651361
"old": {"parking:orientation": "*"},
12661362
"replace": {"orientation": "$1"}

0 commit comments

Comments
 (0)