maplibre-gl on a CDN
Copy the tag for maplibre-gl null. Each provider below carries the url, the flavour it serves and the date it was last fetched.
How this one loads
maplibre-gl loads from an ordinary script tag and exposes a global, so nothing else is needed to use it on a page.
What is checked, and when
0 of 2 urls for maplibre-gl responded at the last check on 2026-09-05, and 2 did not — jsdelivr answered 404, unpkg answered 404. A failing url is left on the page and labelled rather than removed, because knowing a link is dead is more useful than finding it missing.
Licence and source
maplibre-gl is published under BSD-3-Clause, and its source is at https://github.com/maplibre/maplibre-gl-js. BSD licensed community fork of mapbox-gl, a WebGL interactive maps library
- jsdelivr: https://cdn.jsdelivr.net/npm/[email protected] — failing (HTTP 404)
- unpkg: https://unpkg.com/[email protected] — failing (HTTP 404)
Questions
Are these URLs actually checked?
Yes, and that is the whole point of this site. Every url here was requested and the answer recorded — 276 of 290 responded successfully at the last check on 2026-09-05. A url we could not verify is labelled unverified rather than presented as working, and a url that failed says so along with how long it has been failing.
What is an SRI hash and do I need one?
Subresource integrity pins the exact bytes a browser will accept. If the file at that url ever changes, the browser refuses to run it instead of running something you did not review. Use one for anything on a page that handles user data. Only cdnjs publishes hashes, and only for the exact file they computed it from — attaching a hash to a different url blocks the script and looks exactly like the CDN being down.