leaflet-extras / leaflet-providers

An extension to Leaflet that contains configurations for various free tile providers.
https://leaflet-extras.github.io/leaflet-providers/preview/
BSD 2-Clause "Simplified" License
2.15k stars 669 forks source link

Use HTTPS to access unpkg #361

Closed c-harding closed 4 years ago

c-harding commented 4 years ago

https://leaflet-extras.github.io/leaflet-providers/ shows as blank (in Firefox and Chrome), due to it requesting HTTP resources from an HTTPS page. This fixes the error, by replacing the resource links with HTTPS

brunob commented 4 years ago

thx @xsanda :)