Skip to content

Commit

Permalink
bump maplibre and pmtiles
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Oct 14, 2023
1 parent 3e45559 commit cbb8e1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<head>
<title>PMTiles MapLibre Example</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl@3.0.1/dist/maplibre-gl.css" crossorigin="anonymous">
<script src="https://unpkg.com/maplibre-gl@3.0.1/dist/maplibre-gl.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/pmtiles@2.7.2/dist/index.js"></script>
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl@3.5.0/dist/maplibre-gl.css" crossorigin="anonymous">
<script src="https://unpkg.com/maplibre-gl@3.5.0/dist/maplibre-gl.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/pmtiles@2.11.0/dist/index.js"></script>
<style>
body {
margin: 0;
Expand Down

0 comments on commit cbb8e1c

Please sign in to comment.