File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
- name : Build the Docker image
13
13
run : docker build . --file Dockerfile --tag fp-tiler:$(date +%s)
Original file line number Diff line number Diff line change 1
1
# Changes
2
2
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
+
3
9
## v0.3.0
4
10
5
11
* Update dependencies
Original file line number Diff line number Diff line change 8
8
< link href ="https://unpkg.com/maplibre-gl@^5.1.0/dist/maplibre-gl.css " rel ="stylesheet " />
9
9
</ head >
10
10
< 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 >
12
12
< script >
13
13
window . addEventListener ( 'load' , function ( ) {
14
14
var map = new maplibregl . Map ( {
You can’t perform that action at this time.
0 commit comments