Skip to content

Commit

Permalink
methods maplibre
Browse files Browse the repository at this point in the history
  • Loading branch information
lstiz committed Jun 7, 2024
1 parent d08f2bc commit e27b4dc
Show file tree
Hide file tree
Showing 16 changed files with 24,728 additions and 22,742 deletions.
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:__ 4.1.3
> 🌠 __Based on MapLibre GL JS version:__ 4.3.2
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
43,518 changes: 22,204 additions & 21,314 deletions dist/index-Bq_bNMRX.mjs → dist/index-aaF1Os2x.mjs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { p as Ui } from "./index-Bq_bNMRX.mjs";
import { p as Ui } from "./index-aaF1Os2x.mjs";
var Zt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
function No(i) {
return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
Expand Down
772 changes: 433 additions & 339 deletions dist/mapicgc-gl.css

Large diffs are not rendered by default.

392 changes: 196 additions & 196 deletions dist/mapicgc-gl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mapicgc-gl.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { C as p, a as s, M as r } from "./index-Bq_bNMRX.mjs";
import { C as p, a as s, M as r } from "./index-aaF1Os2x.mjs";
export {
p as CompareMaps,
s as Config,
Expand Down
392 changes: 196 additions & 196 deletions dist/mapicgc-gl.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/style.css

Large diffs are not rendered by default.

Binary file modified docu_Map.md
Binary file not shown.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapicgc-gl-js",
"homepage": "https://openicgc.github.io/mapicgc-doc/",
"version": "0.0.81",
"version": "0.0.82",
"description": "mapicgc-gl-js library",
"author": "Institut Cartogràfic i Geològic de Catalunya",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@watergis/maplibre-gl-export": "^3.7.0",
"axios": "^1.6.7",
"flatgeobuf": "^3.31.1",
"maplibre-gl": "^4.1.3",
"maplibre-gl": "^4.3.2",
"utm-latlng": "^1.0.8"
}
}
Loading

0 comments on commit e27b4dc

Please sign in to comment.