Skip to content

Commit

Permalink
ol-pmtiles v0.3.0 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored Oct 1, 2023
1 parent 0cba01d commit cfa732a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion openlayers/examples/raster.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://unpkg.com/ol-pmtiles@0.2.0/dist/olpmtiles.js"></script>
<script src="https://unpkg.com/ol-pmtiles@0.3.0/dist/olpmtiles.js"></script>
<style>
body, #map {
height:100vh;
Expand Down
2 changes: 1 addition & 1 deletion openlayers/examples/vector.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://unpkg.com/ol-pmtiles@0.2.0/dist/olpmtiles.js"></script>
<script src="https://unpkg.com/ol-pmtiles@0.3.0/dist/olpmtiles.js"></script>
<style>
body, #map {
height:100vh;
Expand Down
4 changes: 2 additions & 2 deletions openlayers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol-pmtiles",
"version": "0.2.0",
"version": "0.3.0",
"description": "PMTiles sources for OpenLayers",
"type": "module",
"main": "src/index.js",
Expand Down

0 comments on commit cfa732a

Please sign in to comment.