Skip to content

Commit

Permalink
pmtiles example: bump library version, fix link to OpenStreetMap. (#4889
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bdon authored Oct 24, 2024
1 parent a3e89e9 commit 7e759ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/examples/pmtiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='stylesheet' href='../../dist/maplibre-gl.css' />
<script src='../../dist/maplibre-gl-dev.js'></script>
<script src="https://unpkg.com/pmtiles@3.0.6/dist/pmtiles.js"></script>
<script src="https://unpkg.com/pmtiles@3.2.0/dist/pmtiles.js"></script>
<style>
body { margin: 0; padding: 0; }
html, body, #map { height: 100%; }
Expand Down Expand Up @@ -40,7 +40,7 @@
'example_source': {
type: 'vector',
url: `pmtiles://${PMTILES_URL}`,
attribution: '© <a href="https://openstreetmap.org">OpenStreetMap</a>'
attribution: '© <a href="https://openstreetmap.org/copyright">OpenStreetMap</a>'
}
},
layers: [
Expand Down

0 comments on commit 7e759ad

Please sign in to comment.