|
|
@ -1,13 +1,13 @@ |
|
|
|
{ |
|
|
|
"type": "overpass", |
|
|
|
"name": { |
|
|
|
"en": "Charging stations: Car", |
|
|
|
"de": "Ladestationen: PKW" |
|
|
|
}, |
|
|
|
"query": { |
|
|
|
"13": "(node[amenity=charging_station][car=yes])" |
|
|
|
}, |
|
|
|
"feature": { |
|
|
|
"markerSign": "<i class=\"fas fa-charging-station\"></i>" |
|
|
|
} |
|
|
|
} |
|
|
|
{ |
|
|
|
"type": "overpass", |
|
|
|
"name": { |
|
|
|
"en": "Charging stations: Car", |
|
|
|
"de": "Ladestationen: PKW" |
|
|
|
}, |
|
|
|
"query": { |
|
|
|
"13": "node[amenity=charging_station][car!=no]" |
|
|
|
}, |
|
|
|
"feature": { |
|
|
|
"markerSign": "<i class=\"fas fa-charging-station\"></i>" |
|
|
|
} |
|
|
|
} |