mapicgc-gl-js 0.0.96 → 0.0.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index-CFgK05pK.mjs +114668 -0
- package/dist/{index.es-BWyxJuJN-HCk0JDTR.mjs → index.es-BWyxJuJN-DorPlS1d.mjs} +1 -1
- package/dist/mapicgc-gl.js +2317 -1208
- package/dist/mapicgc-gl.mjs +1 -1
- package/dist/mapicgc-gl.umd.js +2317 -1208
- package/package.json +10 -7
- package/src/map/Map.js +1 -1
- package/test/vitest/Map.test.js +122 -0
- package/vite.config.mjs +10 -0
- package/dist/index-NFWyDjBL.mjs +0 -64718
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# MapICGC GL JS
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
> 🌠 __Based on MapLibre GL JS version:__
|
|
19
|
+
> 🌠 __Based on MapLibre GL JS version:__ 5.1.0
|
|
20
20
|
|
|
21
21
|
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.
|
|
22
22
|
|