diff --git a/data/deprecated.json b/data/deprecated.json index df3f1941e..a6125c5f0 100644 --- a/data/deprecated.json +++ b/data/deprecated.json @@ -7,6 +7,10 @@ "old": {"aeroway": "aerobridge"}, "replace": {"aeroway": "jet_bridge", "highway": "corridor"} }, + { + "old": {"access": "customer"}, + "replace": {"access": "customers"} + }, { "old": {"access": "public"}, "replace": {"access": "yes"} diff --git a/data/taginfo.json b/data/taginfo.json index bc2dacdf5..73ff5e390 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -2007,6 +2007,7 @@ {"key": "aerialway", "value": "canopy", "description": "🄳 ➜ aerialway=zip_line"}, {"key": "aeroway", "value": "aerobridge", "description": "🄳 ➜ aeroway=jet_bridge + highway=corridor"}, {"key": "access", "value": "public", "description": "🄳 ➜ access=yes"}, + {"key": "access", "value": "customer", "description": "🄳 ➜ access=customers"}, {"key": "aerodrome", "value": "military", "description": "🄳 ➜ military=airfield"}, {"key": "aerodrome:type", "value": "military", "description": "🄳 ➜ military=airfield"}, {"key": "agrarian", "value": "agrcultural_machinry", "description": "🄳 ➜ agrarian=agricultural_machinery"}, @@ -2354,4 +2355,4 @@ {"key": "wood", "value": "evergreen", "description": "🄳 ➜ leaf_cycle=evergreen"}, {"key": "wood", "value": "mixed", "description": "🄳 ➜ leaf_cycle=mixed + leaf_type=mixed"} ] -} \ No newline at end of file +}