diff --git a/charging_cars.json b/charging_cars.json index 9e5339b..32c3111 100644 --- a/charging_cars.json +++ b/charging_cars.json @@ -1,13 +1,13 @@ -{ - "type": "overpass", - "name": { - "en": "Charging stations: Car", - "de": "Ladestationen: PKW" - }, - "query": { - "13": "(node[amenity=charging_station][car=yes])" - }, - "feature": { - "markerSign": "" - } -} +{ + "type": "overpass", + "name": { + "en": "Charging stations: Car", + "de": "Ladestationen: PKW" + }, + "query": { + "13": "node[amenity=charging_station][car!=no]" + }, + "feature": { + "markerSign": "" + } +}