You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's due to the fact that you load the Leaflet.js and Leaflet.css from http://cdn.leafletjs.com/leaflet-0.6.2/ (in Firefox anyway, I did not try other browsers).
Use //cdn.leafletjs.com/leaflet-0.6.2/leaflet.css instead of http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.css
and //cdn.leafletjs.com/leaflet-0.6.2/leaflet.js instead of http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.js in your examples/demo.html file.
You can also use a local copy of Leafet JS and CSS files to be sure it works in HTTP and HTTPS.
Tested on latest Firefox.
The text was updated successfully, but these errors were encountered: