mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-01 10:55:37 +02:00
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:
@@ -17,7 +17,8 @@
|
||||
"manufacturer"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "charging_station"
|
||||
|
||||
Reference in New Issue
Block a user