add osmose Items 4010 and 3030 to deprecated.json

This commit is contained in:
Clarisse Abalos
2019-02-11 14:20:59 -05:00
parent a6e05b8ac5
commit aca699ecca
+68
View File
@@ -72,6 +72,14 @@
"old": {"color": "*"},
"replace": {"colour": "$1"}
},
{
"old": {"amenity": "ev_charging"},
"replace": {"amenity": "charging_station"}
},
{
"old": {"amenity": "charging"},
"replace": {"amenity": "charging_station"}
},
{
"old": {"craft": "jeweler"},
"replace": {"shop": "jewelery"}
@@ -80,6 +88,14 @@
"old": {"craft": "optician"},
"replace": {"shop": "optician"}
},
{
"old": {"amenity": "garage"},
"replace": {"amenity": "parking", "landuse": "garages"}
},
{
"old": {"amenity": "garages"},
"replace": {"amenity": "parking", "landuse": "garages"}
},
{
"old": {"drinkable": "*"},
"replace": {"drinking_water": "$1"}
@@ -92,6 +108,18 @@
"old": {"fenced": "yes"},
"replace": {"barrier": "fence"}
},
{
"old": {"amenity": "real_estate"},
"replace": {"office": "estate_agent"}
},
{
"old": {"office": "real_estate"},
"replace": {"office": "estate_agent"}
},
{
"old": {"shop": "real_estate"},
"replace": {"office": "estate_agent"}
},
{
"old": {"highway": "ford"},
"replace": {"ford": "*"}
@@ -107,6 +135,38 @@
"old": {"highway": "incline"},
"replace": {"highway": "road", "incline": "up"}
},
{
"old": {"amenity": "youth_center"},
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
},
{
"old": {"amenity": "youth_centre"},
"replace": {"amenity": "community_centre", "community_centre:for": "juvenile"}
},
{
"old": {"bridge": "arch"},
"replace": {"bridge:structure": "*"}
},
{
"old": {"bridge": "beam"},
"replace": {"bridge:structure": "*"}
},
{
"old": {"bridge": "humpback"},
"replace": {"bridge:structure": "*"}
},
{
"old": {"bridge": "suspension"},
"replace": {"bridge:structure": "*"}
},
{
"old": {"bridge": "lift"},
"replace": {"bridge:structure": "*"}
},
{
"old": {"bridge": "swing"},
"replace": {"bridge:structure": "*"}
},
{
"old": {"highway": "incline_steep"},
"replace": {"highway": "road", "incline": "up"}
@@ -230,6 +290,14 @@
{
"old": {"water": "tidal"},
"replace": {"natural": "water", "tidal": "yes"}
},
{
"old": {"man_made": "MDF"},
"replace": {"telecom": "exchange"}
},
{
"old": {"man_made": "mdf"},
"replace": {"telecom": "exchange"}
}
]
}