@datosgeo-atdt/geo-ui 0.10.0 → 0.10.2
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/dist/geo-ui.js +2 -2
- package/dist/geo-ui.js.map +1 -1
- package/dist/geo-ui.umd.cjs +2 -2
- package/dist/geo-ui.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/geo-ui.js
CHANGED
|
@@ -26381,7 +26381,7 @@ const Wo = "pmtiles-source", Rn = "pmtiles-fill", ss = "municipios-source", Vs =
|
|
|
26381
26381
|
[gt.bbox[2], gt.bbox[3]]
|
|
26382
26382
|
];
|
|
26383
26383
|
if (Qe.fitBounds(xt, {
|
|
26384
|
-
padding:
|
|
26384
|
+
padding: 20,
|
|
26385
26385
|
duration: 500
|
|
26386
26386
|
}), et && pe.current) {
|
|
26387
26387
|
const vt = pe.current;
|
|
@@ -26430,7 +26430,7 @@ const Wo = "pmtiles-source", Rn = "pmtiles-fill", ss = "municipios-source", Vs =
|
|
|
26430
26430
|
[st, ct]
|
|
26431
26431
|
];
|
|
26432
26432
|
Qe.fitBounds($t, {
|
|
26433
|
-
padding:
|
|
26433
|
+
padding: 20,
|
|
26434
26434
|
duration: 0
|
|
26435
26435
|
// Sin animación
|
|
26436
26436
|
});
|