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.16k stars 673 forks source link

Serve tiles from wmflbs.org over https #311

Closed mcguffin closed 5 years ago

mcguffin commented 5 years ago

Sadly URLs of the form https://{s}.tiles.wmflabs.org/... result in a certificate error. However omitting the subdomain https://tiles.wmflabs.org/... works.

jieter commented 5 years ago

Thanks!