Skip to content

Commit 7e176b5

Browse files
committed
add tag upgrade rule for parking:orientation=orthogonal -> =perpendicular
see #553
1 parent c6cb076 commit 7e176b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/deprecated.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,10 @@
11751175
"old": {"parking": "street"},
11761176
"replace": {"parking": "lane"}
11771177
},
1178+
{
1179+
"old": {"parking:orientation": "orthogonal"},
1180+
"replace": {"parking:orientation": "perpendicular"}
1181+
},
11781182
{
11791183
"old": {"place_name": "*"},
11801184
"replace": {"name": "$1"}

0 commit comments

Comments
 (0)