Skip to content

Commit

Permalink
Upgrade maplibre to version 4 (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis authored Feb 22, 2024
1 parent a77cfcb commit afad860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions baremaps-server/src/main/resources/static/server.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
-->
<html>
<head>
<script src='https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.js'></script>
<script src='https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js'></script>
<script src='/maplibre-gl-inspect.js'></script>
<script src='/maplibre-gl-tile-boundaries.js'></script>
<link href='https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href='https://unpkg.com/maplibre-gl4.0.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href='/maplibre-gl-inspect.css' rel='stylesheet' />
<link href='/maplibre-gl-tile-boundaries.css' rel='stylesheet' />
<style>
Expand Down
4 changes: 2 additions & 2 deletions baremaps-server/src/main/resources/static/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
-->
<html>
<head>
<script src='https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.js'></script>
<script src='https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.js'></script>
<script src='/maplibre-gl-inspect.js'></script>
<script src='/maplibre-gl-tile-boundaries.js'></script>
<script src='/maplibre-custom-controls.js'></script>
<script src='/maplibre-gl-framerate.js'></script>
<link href='https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href='https://unpkg.com/maplibre-gl@4.0.2/dist/maplibre-gl.css' rel='stylesheet' />
<link href='/maplibre-gl-inspect.css' rel='stylesheet' />
<link href='/maplibre-gl-tile-boundaries.css' rel='stylesheet' />
<link href='/maplibre-custom-controls.css' rel='stylesheet' />
Expand Down

0 comments on commit afad860

Please sign in to comment.