Fix Zoom Municipio Seleccionado
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user