Fix errors in deprecated.json. Fixes #933

This file is sourced from DeprecatedTags.java in JOSM
This commit is contained in:
Tom MacWright
2013-03-08 15:23:14 -05:00
parent 19aba114e7
commit c9bbf9e6b6
+2 -28
View File
@@ -19,18 +19,6 @@
"ford": "yes"
}
},
{
"old": { "highway": "ford" },
"replace": {
"ford": "yes"
}
},
{
"old": { "highway": "ford" },
"replace": {
"ford": "yes"
}
},
{
"old": { "highway": "stile" },
"replace": {
@@ -58,18 +46,11 @@
"incline": "unpaved"
}
},
{
"old": { "highway": "unsurfaced" },
"replace": {
"highway": "road",
"incline": "unpaved"
}
},
{
"old": { "landuse": "wood" },
"replace": {
"highway": "road",
"incline": "unpaved"
"landuse": "forest",
"natural": "wood"
}
},
{
@@ -97,12 +78,5 @@
"replace": {
"generator:output": "$1"
}
},
{
"old": { "bicycle_parking": "organic" },
"replace": {
"shop": "supermarket",
"organic": "only"
}
}
]