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

remove protocol identifier to be ready for https #4

Closed efwe closed 8 years ago

efwe commented 8 years ago

When I tried to use leaflet-bing-layer in production with https it turned out, that 'Blocked loading mixed content' stopped the map loading correctly. Removing the protocol identifier completely solved this problem for me. I don't know if this solution is good for all browsers you want to support.

gmaclennan commented 8 years ago

Looks good to me, sorry I did not notice this earlier!