diff --git a/charging_other.json b/charging_other.json index 585756b..83de0fc 100644 --- a/charging_other.json +++ b/charging_other.json @@ -1,14 +1,14 @@ -{ - "id": "charging-other", - "type": "overpass", - "name": { - "en": "Charging stations: Others", - "de": "Ladestationen: Übrige" - }, - "query": { - "13": "node[amenity=charging_station][!car][!bicycle]" - }, - "feature": { - "markerSign": "?" - } -} +{ + "type": "overpass", + "id": "charging_other", + "name": { + "en": "Charging stations: Others", + "de": "Ladestationen: Übrige" + }, + "query": { + "13": "node[amenity=charging_station][!car][!bicycle]" + }, + "feature": { + "markerSign": "?" + } +}