(gl js) Actually use bundled dist
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user