Skip to content

Commit

Permalink
0.0.99 setTerrain i css geocoder results icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lstiz committed Feb 27, 2025
1 parent 86ef077 commit b3f0bce
Show file tree
Hide file tree
Showing 12 changed files with 4,483 additions and 4,470 deletions.
8,549 changes: 4,276 additions & 4,273 deletions dist/index-ROMd2cKv.mjs → dist/index-TnRYxpyc.mjs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { d as bi } from "./index-ROMd2cKv.mjs";
import { d as bi } from "./index-TnRYxpyc.mjs";
var wi = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
function Zu(i) {
return i && i.__esModule && Object.prototype.hasOwnProperty.call(i, "default") ? i.default : i;
Expand Down
14 changes: 9 additions & 5 deletions dist/mapicgc-gl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1610,11 +1610,11 @@ h4::selection {
}

.maplibre-ctrl-geocoder--result-icon {
min-width: 30px;
min-height: 24px;
max-width: 30px;
max-height: 24px;
padding-right: 12px;
min-width: 30px !important;
min-height: 24px !important;
max-width: 30px !important;
max-height: 24px !important;
padding-right: 12px !important;
}

.maplibregl-ctrl-geocoder--result-title {
Expand Down Expand Up @@ -1941,4 +1941,8 @@ td.legend-table-td>svg {

td.legend-table-td>label {
color: #1c1c1c
}
.maplibregl-ctrl-geocoder--result-icon {
width: 30px !important;
height: 24px !important;
}
176 changes: 88 additions & 88 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-ROMd2cKv.mjs";
import { C as p, a as s, M as r } from "./index-TnRYxpyc.mjs";
export {
p as CompareMaps,
s as Config,
Expand Down
176 changes: 88 additions & 88 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.

10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.98",
"version": "0.0.99",
"description": "mapicgc-gl-js library",
"author": "Institut Cartogràfic i Geològic de Catalunya",
"license": "BSD-3-Clause",
Expand Down
14 changes: 9 additions & 5 deletions public/mapicgc-gl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1610,11 +1610,11 @@ h4::selection {
}

.maplibre-ctrl-geocoder--result-icon {
min-width: 30px;
min-height: 24px;
max-width: 30px;
max-height: 24px;
padding-right: 12px;
min-width: 30px !important;
min-height: 24px !important;
max-width: 30px !important;
max-height: 24px !important;
padding-right: 12px !important;
}

.maplibregl-ctrl-geocoder--result-title {
Expand Down Expand Up @@ -1941,4 +1941,8 @@ td.legend-table-td>svg {

td.legend-table-td>label {
color: #1c1c1c
}
.maplibregl-ctrl-geocoder--result-icon {
width: 30px !important;
height: 24px !important;
}
5 changes: 3 additions & 2 deletions src/map/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -3074,8 +3074,9 @@ setSky(options) {
this.map.addSource("terrainICGC", {
type: "raster-dem",
tiles: [urlTerrainICGC],
tileSize: 512,
maxzoom: 16,
tileSize: 256,
maxzoom: 14,
minzoom:7
});
}
}
Expand Down
1 change: 1 addition & 0 deletions test/exemples/addGeocoderICGC.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
width: 100%;
height: 100%
}

</style>
</head>
<body>
Expand Down

0 comments on commit b3f0bce

Please sign in to comment.