Fix Mapa Res Intermedia

This commit is contained in:
2025-10-03 13:53:11 -03:00
parent b8c8c1260d
commit 9e0e7f0ee6
2 changed files with 215 additions and 133 deletions

View File

@@ -54,8 +54,7 @@ interface MapaNacionalProps {
// --- CONFIGURACIONES DEL MAPA ---
const desktopProjectionConfig = { scale: 700, center: [-65, -40] as [number, number] };
const mobileProjectionConfig = { scale: 1100, center: [-64, -42.5] as [number, number] };
// --- LÍNEA A CALIBRAR ---
const mobileProjectionConfig = { scale: 1050, center: [-64, -43] as [number, number] };
const mobileSmallProjectionConfig = { scale: 900, center: [-64, -43] as [number, number] };