Skip to content

Commit

Permalink
ortohybrid +2023 layers + update maplibre 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lstiz committed Jul 8, 2024
1 parent 683ae04 commit 32e3d27
Show file tree
Hide file tree
Showing 20 changed files with 24,891 additions and 26,054 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.3.2
> 🌠 __Based on MapLibre GL JS version:__ 4.5.0
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
46,130 changes: 23,163 additions & 22,967 deletions dist/index-aaF1Os2x.mjs → dist/index-BFMDzCuG.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-aaF1Os2x.mjs";
import { p as Ui } from "./index-BFMDzCuG.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
2,649 changes: 0 additions & 2,649 deletions dist/mapicgc-gl.js

This file was deleted.

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-aaF1Os2x.mjs";
import { C as p, a as s, M as r } from "./index-BFMDzCuG.mjs";
export {
p as CompareMaps,
s as Config,
Expand Down
430 changes: 215 additions & 215 deletions dist/mapicgc-gl.umd.js

Large diffs are not rendered by default.

Binary file modified docu_Map.md
Binary file not shown.
5 changes: 3 additions & 2 deletions nodeSetConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ async function getVectorLimitsLayers() {

let test= [
{ key: "TOPO", url: "https://geoserveis.icgc.cat/contextmaps/icgc_mapa_estandard.json",image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_estandard.png" },
{ key: "ORTO", url: "https://geoserveis.icgc.cat/contextmaps/icgc_orto_estandard.json" , image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png"},
{ key: "ORTO3D", url: "https://tilemaps.icgc.cat/cdn/styles/icgc_orto_3d.json" , image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png"},
{ key: "ORTO", url: "https://geoserveis.icgc.cat/contextmaps/icgc_orto_estandard.json" , image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_estandard.png"},
{ key: "ORTO3D", url: "https://tilemaps.icgc.cat/cdn/styles/icgc_orto_3d.json" , image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_estandard.png"},
{ key: "ORTOHYBRID", url: "https://geoserveis.icgc.cat/contextmaps/icgc_orto_hibrida.json" , image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_orto_hibrida.png"},
{ key: "ADMIN", url: "https://geoserveis.icgc.cat/contextmaps/icgc_delimitacio_limits_administratius.json" , image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_delimitacio_limits_administratius.png"},
{ key: "DARK", url: "https://geoserveis.icgc.cat/contextmaps/icgc_mapa_base_fosc.json" , image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_fosc.png"},
{ key: "LIGHT", url: "https://geoserveis.icgc.cat/contextmaps/icgc_mapa_base_gris.json", image: "https://visors.icgc.cat/contextmaps/imatges_estil/icgc_mapa_base_gris.png" },
Expand Down
56 changes: 41 additions & 15 deletions package-lock.json

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

7 changes: 4 additions & 3 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.83",
"version": "0.0.84",
"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,8 @@
"@watergis/maplibre-gl-export": "^3.7.0",
"axios": "^1.6.7",
"flatgeobuf": "^3.31.1",
"maplibre-gl": "^4.3.2",
"utm-latlng": "^1.0.8"
"maplibre-gl": "^4.5.0",
"utm-latlng": "^1.0.8",
"xml2js": "^0.6.2"
}
}
Loading

0 comments on commit 32e3d27

Please sign in to comment.