Skip to content

Commit

Permalink
add suport deck.gl v9
Browse files Browse the repository at this point in the history
  • Loading branch information
sfggeogis committed Mar 3, 2025
1 parent a5208da commit b4a6d77
Show file tree
Hide file tree
Showing 14 changed files with 80,655 additions and 74,532 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 1.0.0

### ✨ Features and improvements

- Suport Deck.gl v9 for MapboxOverlay
- Update vite version

### 🐞 Bug fixes
- Adjust Terrain tileSize for MapLibre v5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# MapICGC GL JS


> 🌠 __Based on MapLibre GL JS version:__ 5.1.0
> 🌠 __Based on MapLibre GL JS version:__ 5.1.1
The MapICGC GL JS library builds upon the open-source library [**MapLibre GL JS**](https://github.com/maplibre/maplibre-gl-js), exposing its existing capabilities while introducing new features specific to the MapICGC ecosystem. This library is tailored to seamlessly integrate with the MapICGC Cloud service, offering a comprehensive set of data to enhance web mapping experiences, including vector tiles, satellite raster tiles, DEM with Terrain RGB, and customizable styles with an editor.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ var Kn = "KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF
case "rem":
case "em":
return 16 * e.number;
// TODO use correct font-size
case "px":
default:
return e.number;
Expand Down
78,225 changes: 78,225 additions & 0 deletions dist/index-BA7WZz55.mjs

Large diffs are not rendered by default.

67,743 changes: 0 additions & 67,743 deletions dist/index-TnRYxpyc.mjs

This file was deleted.

Loading

0 comments on commit b4a6d77

Please sign in to comment.