mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 09:04:03 +02:00
add tag upgrade rule for parking:orientation=orthogonal -> =perpendicular
see #553
This commit is contained in:
@@ -1175,6 +1175,10 @@
|
||||
"old": {"parking": "street"},
|
||||
"replace": {"parking": "lane"}
|
||||
},
|
||||
{
|
||||
"old": {"parking:orientation": "orthogonal"},
|
||||
"replace": {"parking:orientation": "perpendicular"}
|
||||
},
|
||||
{
|
||||
"old": {"place_name": "*"},
|
||||
"replace": {"name": "$1"}
|
||||
|
||||
Reference in New Issue
Block a user