Skip to content

Commit

Permalink
Make name field for EV chargers optional, closes #688
Browse files Browse the repository at this point in the history
and instead, promote the usage of the `brand` field

also add `network` field (used on 15% of chargers) and remove `branch` field (which is currently not used in practice)
  • Loading branch information
tyrasd committed Dec 16, 2022
1 parent ab85abc commit 4d60c41
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/presets/amenity/charging_station.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"icon": "fas-charging-station",
"fields": [
"name",
"brand",
"operator",
"capacity",
"access_simple",
Expand All @@ -10,11 +10,10 @@
"charge_fee"
],
"moreFields": [
"branch_brand",
"brand",
"covered",
"level",
"manufacturer"
"manufacturer",
"network"
],
"geometry": [
"point",
Expand Down

0 comments on commit 4d60c41

Please sign in to comment.