Eine Karte für viele Karten
docker-compose build
docker-compose down
docker-compose run overpass init
docker-compose up -d
Wo parke ich mein Fahrrad?
query: "(node({{bbox}})[amenity=bicycle_parking];);out center;"
You habe to define a marker with a icon from Font Awesome and a color from Leaflet.awesome-markers.
Now you can assign a node group the defined marker.
marker: { parking: {icon: 'square-parking', color: 'blue'}}
mapping:{ amenity:{bicycle_parking:"parking"}}