Skip to content

Commit f2d6643

Browse files
committed
feat: upgrade MapServer to 8.2.0
1 parent 37d9b4f commit f2d6643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
|Name|Version|Home page|License|Status|
2828
|----|-------|---------|-------|-------|
29-
|**MapServer**|8.0.1|https://mapserver.org/|MIT|🚧|
29+
|**MapServer**|8.2.0|https://mapserver.org/|MIT||
3030
|**GDAL/OGR**|3.9.1|https://gdal.org/|MIT/X style||
3131
|**PROJ**|9.4.1|https://proj.org/|MIT/X style||
3232
|**GEOS**|3.12.2|https://libgeos.org/|LGPL-2.1||

test/wasm_package_size.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ const THRESHOLD = 10240
55
test('mapserver.wasm file should not be larger than ~2.9MB with brotli compression', () => {
66
const stats = fs.statSync('./dist/mapserver.wasm.br')
77

8-
expect(stats.size).toBeLessThanOrEqual(2874698 + THRESHOLD) // we should avoid getting bigger than that
8+
expect(stats.size).toBeLessThanOrEqual(2969672 + THRESHOLD) // we should avoid getting bigger than that
99
expect(stats.size).toBeGreaterThan(2000000) // if we got to small, maybe something is wrong?
1010
})

thirdparty/mapserver

Submodule mapserver updated 1035 files

0 commit comments

Comments
 (0)