What am I doing wrong here? Everything is working fine, except that the layer control is not showing at all.. hhLayer and wpLayer are L.geoJson(); in case that helps.
map.addLayer(tile);map.addLayer(osm);map.addLayer(hhLayer);map.addLayer(wpLayer);var baseLayer = { "Satellite": tile, "OSM...