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