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

request metadata with HTTPS urls #14

Closed PlaidPhantom closed 7 years ago

PlaidPhantom commented 7 years ago

I ran into an problem where this plugin was pulling Bing metadata via HTTPS, but the URLs within the metadata were still HTTP URLs, which throws warnings in at least Edge and Firefox. Per this documentation I've added a uriScheme parameter, which fixes the issue.