mapicgc-gl-js 0.0.81 → 0.0.83
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 -2
- package/dist/{index-Bq_bNMRX.mjs → index-aaF1Os2x.mjs} +22204 -21314
- package/dist/{index.es-BWyxJuJN-CymjIt7T.mjs → index.es-BWyxJuJN-BkU2XRlQ.mjs} +1 -1
- package/dist/mapicgc-gl.js +196 -196
- package/dist/mapicgc-gl.mjs +1 -1
- package/dist/mapicgc-gl.umd.js +196 -196
- package/docu_Map.md +0 -0
- package/package.json +2 -2
- package/src/map/Map.js +1248 -343
- package/test/exemples/addImageLayerICGC.html +1 -0
- package/test/exemples/addLayerGeojson.html +1 -1
- package/test/exemples/addMarker.html +4 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# MapICGC GL JS
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
> 🌠 __Based on MapLibre GL JS version:__ 4.
|
|
19
|
+
> 🌠 __Based on MapLibre GL JS version:__ 4.3.2
|
|
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
|
|
|
@@ -118,6 +118,5 @@ MapICGC GL JS integrates the following libraries:
|
|
|
118
118
|
<a href="https://www.icgc.cat/" target="_blank"><img src="https://tilemaps.icgc.cat/cdn/logos/ICGC_color_norma.svg" alt="ICGC Logo" width="150"></img></a>
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
|
|
122
121
|
## License
|
|
123
122
|
**MAPICGC GL JS** is licensed under the [3-Clause BSD license](./LICENSE.txt).
|