v6.1.0 release

This commit is contained in:
Martin Raifer 2023-04-03 19:40:58 +02:00
parent 55db1d8aeb
commit 725679fa3f
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
122 changed files with 7771 additions and 2704 deletions

52
dist/deprecated.json vendored
View file

@ -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"
}
}
]