Leaflet / Leaflet.heat

A tiny, simple and fast heatmap plugin for Leaflet.
http://leaflet.github.io/Leaflet.heat/demo
BSD 2-Clause "Simplified" License
1.57k stars 524 forks source link

Demos don't work: Blocked loading mixed active content #117

Open nielsswinkels opened 4 years ago

nielsswinkels commented 4 years ago

When I try to view the demo https://leaflet.github.io/Leaflet.heat/demo/ in either firefox or chrome it does not load. In the console I see Blocked loading mixed active content “http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css

This seems to be because the files it tries to load are on http urls, while the page of the demo has https. When I try to view it as http it works. ( http://leaflet.github.io/Leaflet.heat/demo/)

cluzier commented 1 year ago

The demos are not working on the http or https urls.