mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-24 03:52:35 +02:00
v6.1.0 release
This commit is contained in:
Vendored
+52
@@ -2507,6 +2507,22 @@
|
||||
"parking": "lane"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"parking:orientation": "*"
|
||||
},
|
||||
"replace": {
|
||||
"orientation": "$1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"orientation": "orthogonal"
|
||||
},
|
||||
"replace": {
|
||||
"orientation": "perpendicular"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"parking:orientation": "orthogonal"
|
||||
@@ -3958,5 +3974,41 @@
|
||||
"replace": {
|
||||
"cycleway:both": "no"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"communication": "pole"
|
||||
},
|
||||
"replace": {
|
||||
"man_made": "utility_pole",
|
||||
"utility": "telecom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"telephone": "pole"
|
||||
},
|
||||
"replace": {
|
||||
"man_made": "utility_pole",
|
||||
"utility": "telecom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"telecom": "pole"
|
||||
},
|
||||
"replace": {
|
||||
"man_made": "utility_pole",
|
||||
"utility": "telecom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"old": {
|
||||
"pstn": "pole"
|
||||
},
|
||||
"replace": {
|
||||
"man_made": "utility_pole",
|
||||
"utility": "telecom"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user