digidem / leaflet-bing-layer

Bing Maps Layer for Leaflet v1.0.0
http://digidem.github.io/leaflet-bing-layer/
87 stars 53 forks source link

Does not work in secured URL #7

Closed AnushreeAcharjee closed 7 years ago

AnushreeAcharjee commented 8 years ago

If the page is opened using https instead of http, the map does not open. If I manually go to the file leaflet-bing-layer.min.js and change http to https, it works fine. How do I configure it in L.tileLayer.bing so that my app works both with http and https?

cedricr commented 8 years ago

https://github.com/gmaclennan/leaflet-bing-layer/pull/6 probably fixes it

gmaclennan commented 7 years ago

Finally merged #6, should work now.