mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 16:49:41 +02:00
Make name field for EV chargers optional, closes #688
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)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"icon": "fas-charging-station",
|
||||
"fields": [
|
||||
"name",
|
||||
"brand",
|
||||
"operator",
|
||||
"capacity",
|
||||
"access_simple",
|
||||
@@ -10,11 +10,10 @@
|
||||
"charge_fee"
|
||||
],
|
||||
"moreFields": [
|
||||
"branch_brand",
|
||||
"brand",
|
||||
"covered",
|
||||
"level",
|
||||
"manufacturer"
|
||||
"manufacturer",
|
||||
"network"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user