Skip to content

Commit 339977e

Browse files
authored
Revert "Add deprecation rules for parking:lane* (#1390)"
This reverts commit 02d1552.
1 parent 2475120 commit 339977e

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

data/deprecated.json

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

0 commit comments

Comments
 (0)