mapbox.js
mapbox.js copied to clipboard
mapbox logo doesn't show when using L.mapbox.styleLayer
Creating a map with:
var map = L.mapbox.map('map', '', { zoomControl: false })
.setView([40, -74.50], 9);
L.mapbox.styleLayer("mapbox://styles/mapbox/streets-v9").addTo(map);
doesn't show the mapbox_logo even when the tilesets for the style have mapbox_logo: true
This is the approach used by https://www.mapbox.com/api-documentation/#embed-a-style which run's into this bug when falling back to mapbox.js.
I have this this issue too.
I have also this issue.