cbaines/leaflet-indoor

issue with firefox

seyfro opened this issue · 2 comments

tried your demo with latest firefox firefox - see attached screenshot - something got mixed up:

firefox-bug

Thanks for reporting this. I believe this is due to Firefox (correctly) refusing to load the leaflet css file from the cdn over http, when the example is accessed over https. I have now moved the leaflet.css file in to the repository, and use protocol relative urls in the example, which should fix this.

now it works, thx