mapbox.js icon indicating copy to clipboard operation
mapbox.js copied to clipboard

mapbox logo doesn't show when using L.mapbox.styleLayer

Open andrewharvey opened this issue 7 years ago • 2 comments

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.

andrewharvey avatar Jun 03 '17 04:06 andrewharvey

I have this this issue too.

ljbade avatar Mar 23 '18 05:03 ljbade

I have also this issue.

theel0ja avatar May 04 '18 20:05 theel0ja