Skip to content

Commit

Permalink
Switch to maplibre-gl 4 for the demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed May 19, 2024
1 parent a6c9b86 commit be722d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta charset="utf-8" />
<title>Map with indoor=</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<script src='https://unpkg.com/maplibre-gl@v3.6.2/dist/maplibre-gl.js'></script>
<script src='https://unpkg.com/maplibre-gl@v4.3.2/dist/maplibre-gl.js'></script>
<script src="./dist/maplibre-gl-indoorequal.umd.min.js"></script>
<link href='https://unpkg.com/maplibre-gl@v3.6.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href='https://unpkg.com/maplibre-gl@v4.3.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href="./maplibre-gl-indoorequal.css" rel="stylesheet" />
<style>
body { margin: 0; padding: 0; }
Expand Down

0 comments on commit be722d1

Please sign in to comment.