(gl js) Actually use bundled dist

This commit is contained in:
2026-06-08 23:44:10 +02:00
parent ebdf264626
commit a64788f023
2 changed files with 7 additions and 3 deletions
@@ -1,5 +1,9 @@
All files inside the /dist folder are under the following license #
Builds included inside /dist correspond to MapLibre GL JS version 5.24.0
The source for these builds is available on https://github.com/maplibre/maplibre-gl-js
#
All files inside the /dist folder are under the following license
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
@@ -2,8 +2,8 @@
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<script src="https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.js"></script> <script src="dist/maplibre-gl.js"></script>
<link href="https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css" rel="stylesheet"/> <link href="dist/maplibre-gl.css" rel="stylesheet"/>
<style> <style>
html, body, #map { html, body, #map {
margin: 0; margin: 0;