Skip to content

Commit

Permalink
protomaps-themes-base v1.3.1 (#58)
Browse files Browse the repository at this point in the history
* protomaps-themes-base 1.3.1

* update package.json

* update example links
  • Loading branch information
bdon authored Jul 20, 2023
1 parent 50d0aa7 commit 4ab9027
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl@1.15.0/dist/maplibre-gl.css" crossorigin="anonymous">
<script src="https://unpkg.com/maplibre-gl@1.15.0/dist/maplibre-gl.js" crossorigin="anonymous"></script>

<script src="https://unpkg.com/protomaps-themes-base@1.3.0/dist/index.js"></script>
<script src="https://unpkg.com/protomaps-themes-base@1.3.1/dist/index.js"></script>
</head>
<body>
<div id="app" class="flex sans-serif debug vh-100">
Expand Down
4 changes: 2 additions & 2 deletions base/package-lock.json

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

6 changes: 3 additions & 3 deletions base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protomaps-themes-base",
"version": "1.3.0",
"version": "1.3.1",
"description": "Protomaps basemap themes for MapLibre GL JS",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand All @@ -17,11 +17,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/protomaps/protomaps-themes.git"
"url": "git+https://github.com/protomaps/basemaps.git"
},
"author": "Brandon Liu",
"license": "BSD-3-Clause",
"homepage": "https://github.com/protomaps/protomaps-themes#readme",
"homepage": "https://github.com/protomaps/basemaps",
"devDependencies": {
"esbuild": "^0.12.8",
"typescript": "^4.5.5"
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.css" crossorigin="anonymous">
<script src="https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/pmtiles@2.4.0/dist/index.js"></script>
<script src="https://unpkg.com/protomaps-themes-base@1.3.0/dist/index.js"></script>
<script src="https://unpkg.com/pmtiles@2.7.2/dist/index.js"></script>
<script src="https://unpkg.com/protomaps-themes-base@1.3.1/dist/index.js"></script>
<style>
body {
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion openlayers.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/ol@v7.3.0/dist/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v7.3.0/ol.css">
<script src="https://unpkg.com/protomaps-themes-base@1.3.0/dist/index.js"></script>
<script src="https://unpkg.com/protomaps-themes-base@1.3.1/dist/index.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ol-mapbox-style@v10.5.0/dist/olms.js"></script>
<script src="https://unpkg.com/ol-pmtiles@0.1.0/dist/olpmtiles.js"></script>
<style>
Expand Down

0 comments on commit 4ab9027

Please sign in to comment.