Fix Estilos Componentes
This commit is contained in:
		| @@ -49,7 +49,11 @@ export const MapaProvincial = ({ eleccionId, categoriaId, distritoId, nombreProv | ||||
|       if (municipioGeo) { | ||||
|         const municipioFeature = feature(geoData, municipioGeo); | ||||
|         const centroid = geoCentroid(municipioFeature); | ||||
|         if(nombreProvincia.toUpperCase() === 'CAPITAL FEDERAL'){ | ||||
|           onCalculatedCenter(centroid as PointTuple, 180); | ||||
|         } else { | ||||
|         onCalculatedCenter(centroid as PointTuple, 40); | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   }, [nivel, nombreMunicipioSeleccionado, geoData, onCalculatedCenter]); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user