From 12941b97f02f8f20966990ec21b9092587d42998 Mon Sep 17 00:00:00 2001 From: sun-geo <47290585+sun-geo@users.noreply.github.com> Date: Fri, 24 Jul 2020 09:53:30 +0200 Subject: [PATCH] Update taginfo.json Add info' of change from "access=customer" to "access=customers" #7831 --- data/taginfo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}