So many new layers

More recently, I have updated http:/cycleplanner.wjst.de with many more custome layers. It’s  a bit cumbersome to find  the best data sets out there while using it in leaflet is usually straightforward.screen Openstreetmap items work great with the overpass api which has a bit complicated syntax. Here is an example of an OR (union) query

var fuel = new L.OverPassLayer({
query: "(node['amenity'='fuel'](BBOX);node['amenity'='fast_food'](BBOX);node['amenity'='kiosk'](BBOX););(._;>;);out;"
});

bildschirmfoto-2016-11-03-um-16-11-50