maplibre / maplibre-gl-leaflet

This is a binding from MapLibre GL JS to the familiar Leaflet API.
ISC License
134 stars 36 forks source link

Demos not working #28

Closed gavinr closed 2 years ago

gavinr commented 2 years ago

The demo links linked from the readme are not working

image

Possible cause

It looks like the SSL cert is invalid on https://media.seventhsense.ai/maplibre-gl-js/v1.14.0/maplibre-gl.js and https://media.seventhsense.ai/maplibre-gl-js/v1.14.0/maplibre-gl.css

Possible solution

Can we switch those URLs to unpkg? e.g. https://unpkg.com/maplibre-gl@1.14.0/dist/maplibre-gl.js (or the latest version https://unpkg.com/maplibre-gl@2.1.9/dist/maplibre-gl.js)

wipfli commented 2 years ago

Yes that would be great! Can you make a pull request?