From c6761a03fe5c436887a650f460d552cd9fa19530 Mon Sep 17 00:00:00 2001 From: nchristensen <11543181+nchristensen@users.noreply.github.com> Date: Thu, 6 Jan 2022 07:58:24 -0600 Subject: [PATCH] Allow areas for charging_station (#330) Charging stations often take up a fixed number of parking spaces which can be easily mapped as a fixed area. --- data/presets/amenity/charging_station.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/presets/amenity/charging_station.json b/data/presets/amenity/charging_station.json index 643c73f4..4b9f8cc0 100644 --- a/data/presets/amenity/charging_station.json +++ b/data/presets/amenity/charging_station.json @@ -17,7 +17,8 @@ "manufacturer" ], "geometry": [ - "point" + "point", + "area" ], "tags": { "amenity": "charging_station"