From aca699ecca70e0778472a0fd9c5365a7d5c82ff9 Mon Sep 17 00:00:00 2001 From: Clarisse Abalos Date: Mon, 11 Feb 2019 14:20:59 -0500 Subject: [PATCH] add osmose Items 4010 and 3030 to deprecated.json --- data/deprecated.json | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/data/deprecated.json b/data/deprecated.json index 375cb97f2..7f75ddb7d 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -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"} } ] }