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.
This commit is contained in:
nchristensen
2022-01-06 07:58:24 -06:00
committed by GitHub
parent f863bb0f8d
commit c6761a03fe
+2 -1
View File
@@ -17,7 +17,8 @@
"manufacturer"
],
"geometry": [
"point"
"point",
"area"
],
"tags": {
"amenity": "charging_station"