(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>
<head>
<meta charset="utf-8" />
<script src="https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.js"></script>
<link href="https://unpkg.com/maplibre-gl@latest/dist/maplibre-gl.css" rel="stylesheet"/>
<script src="dist/maplibre-gl.js"></script>
<link href="dist/maplibre-gl.css" rel="stylesheet"/>
<style>
html, body, #map {
margin: 0;