Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Mar 2, 2023
1 parent 0c400bb commit a9c6c0a
Show file tree
Hide file tree
Showing 97 changed files with 10,914 additions and 1,832 deletions.
96 changes: 96 additions & 0 deletions dist/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,14 @@
"archaeological_site": "$1"
}
},
{
"old": {
"industrial": "gas"
},
"replace": {
"utility": "gas"
}
},
{
"old": {
"information": "citymap"
Expand Down Expand Up @@ -3227,6 +3235,62 @@
"waterway": "stream"
}
},
{
"old": {
"street_cabinet": "broadband"
},
"replace": {
"utility": "telecom"
}
},
{
"old": {
"street_cabinet": "cable_tv"
},
"replace": {
"utility": "television"
}
},
{
"old": {
"street_cabinet": "communications"
},
"replace": {
"utility": "telecom"
}
},
{
"old": {
"street_cabinet": "gas"
},
"replace": {
"utility": "gas"
}
},
{
"old": {
"street_cabinet": "power"
},
"replace": {
"utility": "power"
}
},
{
"old": {
"street_cabinet": "street_lighting"
},
"replace": {
"utility": "street_lighting"
}
},
{
"old": {
"street_cabinet": "telecom"
},
"replace": {
"utility": "telecom"
}
},
{
"old": {
"sustenance": "bar"
Expand Down Expand Up @@ -3828,5 +3892,37 @@
"leaf_cycle": "mixed",
"leaf_type": "mixed"
}
},
{
"old": {
"cycleway": "none"
},
"replace": {
"cycleway": "no"
}
},
{
"old": {
"cycleway:left": "none"
},
"replace": {
"cycleway:left": "no"
}
},
{
"old": {
"cycleway:right": "none"
},
"replace": {
"cycleway:right": "no"
}
},
{
"old": {
"cycleway:both": "none"
},
"replace": {
"cycleway:both": "no"
}
}
]
2 changes: 1 addition & 1 deletion dist/deprecated.min.json

Large diffs are not rendered by default.

Loading

0 comments on commit a9c6c0a

Please sign in to comment.