Skip to content

Commit b102b8f

Browse files
committed
v1.0.0
1 parent c88bd73 commit b102b8f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Build the Docker image
1313
run: docker build . --file Dockerfile --tag fp-tiler:$(date +%s)

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## v1.0.0 - 2/7/25
4+
5+
* Upgrade to support Node 22
6+
* Drop or replace outdated dependencies
7+
* Replace snapshot previewer with MapLibre-based page
8+
39
## v0.3.0
410

511
* Update dependencies

snapshot-viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="https://unpkg.com/maplibre-gl@^5.1.0/dist/maplibre-gl.css" rel="stylesheet" />
99
</head>
1010
<body>
11-
<div id="map" style="height:100vh;width:100vw;position: absolute;left:0;top:0;"></div>
11+
<div id="map" style="height:100vh;width:100vw;position:absolute;left:0;top:0;"></div>
1212
<script>
1313
window.addEventListener('load', function() {
1414
var map = new maplibregl.Map({

0 commit comments

Comments
 (0)