From 597ce41a62a4f1116fb38adcd3dd98654bfe3c28 Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Tue, 7 Apr 2026 16:38:15 -0500 Subject: [PATCH] modified margin and color --- src/components/Equipo_Computo/MapaCalor.tsx | 4 ++-- src/components/Equipo_Computo/Pregunta1.tsx | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/Equipo_Computo/MapaCalor.tsx b/src/components/Equipo_Computo/MapaCalor.tsx index 10d63c8..3086666 100644 --- a/src/components/Equipo_Computo/MapaCalor.tsx +++ b/src/components/Equipo_Computo/MapaCalor.tsx @@ -95,7 +95,7 @@ function HeatLayer() { Object.entries(edificios).forEach(([nombre, coords]: any) => { L.polygon((coords), { - color: "#77ee9f", + color: "#77ee9f00", weight: 2, fillOpacity: 0.25 }) @@ -129,7 +129,7 @@ export default function MapaCalor() {
= { "ESCRITORIO PC": { tabla: 0 }, "ESCRITORIO MAC OS": { tabla: 0 }, "ESCRITORIO MAC OS ": { tabla: 0 }, - "ESCRITORIO LINUX": { tabla: 0 }, "PORTÁTILES WINDOWS": { tabla: 2 }, @@ -59,6 +58,8 @@ function normalizarSO(soRaw: string): string { if (so.includes("LINUX")) return "Linux"; if (so.includes("MAC")) return "Mac OS"; if (so.includes("CHROME")) return "Chrome OS"; + if (so.includes("ANDROID")) return "Android"; + if (so.includes("IOS") || so.includes("IPAD")) return "iPad OS"; if (so.includes("SERVER") || so.includes("UNIX")) return "Servidor";