digidem / leaflet-bing-layer

Bing Maps Layer for Leaflet v1.0.0
http://digidem.github.io/leaflet-bing-layer/
87 stars 53 forks source link

Live example not working #54

Open ramblerswebs opened 2 years ago

ramblerswebs commented 2 years ago

Did you know that the Live Example has stopped working http://lab.digital-democracy.org/leaflet-bing-layer/

It would be useful to correct this

hc003540 commented 2 years ago

I was using this plugin for over a year, however it appears to have stopped working now.

This is a shame as it was a great plugin.

claude-eric-steiner commented 1 year ago

The demo is not working anymore because of the now absent leaflet.js version that is tried to be loaded from a cdn platform but is not there anymore...

If you change that broken lines to the following: <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.js"></script> <link href='https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.css' rel='stylesheet' />

Everything again works just fine...