(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>
|
||||
<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;
|
||||
|
||||
Reference in New Issue
Block a user