@datosgeo-atdt/geo-ui 1.11.12 → 1.11.13
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
|
@@ -26158,7 +26158,7 @@ const Xo = "pmtiles-source", Ln = "pmtiles-fill", os = "municipios-source", ls =
|
|
|
26158
26158
|
zoom: Pt,
|
|
26159
26159
|
bounds: ai,
|
|
26160
26160
|
fitBoundsOptions: ai ? {
|
|
26161
|
-
padding:
|
|
26161
|
+
padding: 1,
|
|
26162
26162
|
duration: 0
|
|
26163
26163
|
} : void 0,
|
|
26164
26164
|
// Configuración de interactividad desactivada
|
|
@@ -26417,7 +26417,7 @@ const Xo = "pmtiles-source", Ln = "pmtiles-fill", os = "municipios-source", ls =
|
|
|
26417
26417
|
[zt.bbox[2], zt.bbox[3]]
|
|
26418
26418
|
];
|
|
26419
26419
|
Xe.fitBounds(lr, {
|
|
26420
|
-
padding:
|
|
26420
|
+
padding: 1,
|
|
26421
26421
|
duration: 0
|
|
26422
26422
|
}), Xe.once("idle", () => {
|
|
26423
26423
|
if (Xe.getLayer(ls) && tt && Ce.current) {
|