Fix Zoom Municipio Seleccionado

This commit is contained in:
2025-10-17 13:59:07 -03:00
parent 92c80f195b
commit 6892252a9b

View File

@@ -52,7 +52,7 @@ export const MapaProvincial = ({ eleccionId, categoriaId, distritoId, nombreProv
if(nombreProvincia.toUpperCase() === 'CAPITAL FEDERAL'){ if(nombreProvincia.toUpperCase() === 'CAPITAL FEDERAL'){
onCalculatedCenter(centroid as PointTuple, 180); onCalculatedCenter(centroid as PointTuple, 180);
} else { } else {
onCalculatedCenter(centroid as PointTuple, 40); onCalculatedCenter(centroid as PointTuple, 10);
} }
} }
} }