mapas.html
18.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SIGEM GIS | Dashboard Institucional</title>
<!-- AdminLTE 3 & Bootstrap 4 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/3.2.0/css/adminlte.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
height: 100vh;
background: #0b0e14;
overflow: hidden;
}
#map {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
/* Tema Oscuro Personalizado */
.main-sidebar {
background-color: #0f172a !important;
width: 280px !important;
}
.content-wrapper {
background: transparent !important;
}
.main-header {
background-color: #0f172a !important;
border-bottom: 1px solid #1e293b !important;
}
.nav-link p {
color: #94a3b8;
font-weight: 500;
}
.nav-link.active {
background-color: #3b82f6 !important;
color: white !important;
}
.nav-link.active p {
color: white !important;
}
.info-box {
background: #1e293b;
color: white;
border-radius: 8px;
margin-bottom: 15px;
border: 1px solid #334155;
}
.info-box-text {
color: #94a3b8;
text-transform: uppercase;
font-size: 0.7rem;
font-weight: 700;
}
.info-box-number {
font-size: 1.2rem;
color: #fff;
}
.map-section-title {
color: #475569;
font-size: 0.65rem;
font-weight: 700;
text-transform: uppercase;
padding: 10px 15px;
letter-spacing: 1px;
}
/* Widget Superior */
.top-widget {
position: absolute;
top: 15px;
left: 50%;
transform: translateX(-50%);
background: rgba(15, 23, 42, 0.9);
padding: 8px 25px;
border-radius: 50px;
border: 1px solid #334155;
color: white;
font-weight: 700;
font-size: 0.85rem;
z-index: 10;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
}
/* Leyenda Inferior Derecha */
.legend-card {
position: absolute;
bottom: 30px;
right: 20px;
width: 220px;
background: rgba(15, 23, 42, 0.9);
border-radius: 12px;
border: 1px solid #334155;
padding: 15px;
color: white;
z-index: 10;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
display: none;
}
.legend-title {
font-size: 0.7rem;
font-weight: 800;
color: #3b82f6;
text-transform: uppercase;
margin-bottom: 10px;
border-bottom: 1px solid #334155;
padding-bottom: 5px;
}
.legend-item {
display: flex;
align-items: center;
margin-bottom: 4px;
font-size: 0.75rem;
color: #cbd5e1;
}
.legend-color {
width: 15px;
height: 10px;
border-radius: 2px;
margin-right: 12px;
}
/* Estilo Botones Menú MVT/PNG */
.btn-map-mode {
background: #1e293b;
border: 1px solid #334155;
border-radius: 6px;
margin: 5px 15px;
padding: 10px;
cursor: pointer;
transition: 0.3s;
display: flex;
align-items: center;
color: #cbd5e1;
font-size: 0.85rem;
}
.btn-map-mode:hover {
background: #334155;
}
.btn-map-mode.active {
background: #3b82f6;
color: white;
border-color: #60a5fa;
box-shadow: 0 0 15px rgba(59, 130, 246, 0.4);
}
.btn-map-mode i {
margin-right: 12px;
font-size: 1rem;
}
.btn-sync {
background: rgba(34, 197, 94, 0.1);
border: 1px dashed #22c55e;
color: #22c55e;
padding: 8px;
margin: 15px;
border-radius: 6px;
cursor: pointer;
font-size: 0.8rem;
font-weight: 700;
display: flex;
justify-items: center;
align-items: center;
justify-content: center;
}
.btn-sync:hover {
background: #22c55e;
color: white;
}
</style>
</head>
<body class="hold-transition sidebar-mini layout-fixed">
<div class="wrapper">
<!-- Header -->
<nav class="main-header navbar navbar-expand navbar-dark">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" data-widget="pushmenu" href="#" role="button"><i
class="fas fa-bars"></i></a></li>
<li class="nav-item d-none d-sm-inline-block">
<span class="nav-link text-white font-weight-bold">SIGEM GIS | <small class="text-gray">Bienvenido,
OPERADOR SISTEMA</small></span>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="login.html"
class="btn btn-sm btn-outline-danger mr-3 font-weight-bold">Cerrar Sesión</a></li>
</ul>
</nav>
<!-- Sidebar -->
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<div class="sidebar">
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
<div class="image"><i class="fas fa-globe-americas text-primary p-2"></i></div>
<div class="info"><a href="#" class="d-block font-weight-bold">SIGEM GIS</a></div>
</div>
<div class="container-fluid px-3">
<div class="map-section-title">Resumen Municipal</div>
<div class="info-box shadow-none">
<div class="info-box-content">
<span class="info-box-text">Total Lotes</span>
<span class="info-box-number" id="val-total">-</span>
</div>
</div>
<div class="info-box shadow-none">
<div class="info-box-content">
<span class="info-box-text">Morosidad</span>
<span class="info-box-number text-danger" id="val-morosos">-</span>
</div>
</div>
<div class="map-section-title">Control de Gestión</div>
<div class="btn-map-mode active" id="btn-base" onclick="setMapMode('base')">
<i class="fas fa-satellite"></i> Capas Base
</div>
<div class="map-section-title">Mapas Tributarios</div>
<div class="btn-map-mode" id="btn-pago" onclick="setMapMode('pago')">
<i class="fas fa-calendar-alt"></i> Por Último Pago
</div>
<div class="btn-map-mode" id="btn-total" onclick="setMapMode('total')">
<i class="fas fa-chart-pie"></i> Por Total (Percentiles)
</div>
<div class="btn-map-mode" id="btn-png" onclick="setMapMode('png')">
<i class="fas fa-image text-warning"></i> Vista PNG (Full) <small
class="ml-1 text-muted">[M]</small>
</div>
<div class="map-section-title">Administración</div>
<div class="btn-sync" onclick="location.reload()">
<i class="fas fa-sync-alt mr-2"></i> Actualizar Datos MUNI
</div>
</div>
</div>
</aside>
<!-- Main Content (Map) -->
<div class="content-wrapper">
<div id="map"></div>
<div class="top-widget" id="top-widget">📊 MOROSIDAD - ÚLTIMO ADEUDADO</div>
<div class="legend-card" id="legend">
<div class="legend-title">Último Adeudado</div>
<div class="legend-item"><span class="legend-color" style="background:#71de75;"></span> 🟢 <= 2026</div>
<div class="legend-item"><span class="legend-color" style="background:#bef264;"></span> 🎾 <=
2025</div>
<div class="legend-item"><span class="legend-color" style="background:#ffaa00;"></span>
🟡 <= 2024</div>
<div class="legend-item"><span class="legend-color"
style="background:#fb923c;"></span> 🟠 <= 2023</div>
<div class="legend-item"><span class="legend-color"
style="background:#f87171;"></span> 🔴 <= 2022</div>
<div class="legend-item"><span class="legend-color"
style="background:#e11d48;"></span> 📢 <= 2021</div>
<div class="legend-item"><span class="legend-color"
style="background:#475569;"></span> 🔘 SIN DEUDA
/ PRESCRIPTAS</div>
<div class="mt-2 pt-2 border-top border-secondary text-muted"
style="font-size:0.6rem">Fuente: Sistema SIGEM</div>
</div>
</div>
</div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.1/js/bootstrap.bundle.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/3.2.0/js/adminlte.min.js"></script>
<script src="https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.js"></script>
<script>
const entidad = localStorage.getItem('entidad') || '505';
const contextPath = '/gis-geoserver';
let map;
async function init() {
try {
const r = await fetch(`${contextPath}/api/gis/entidad/${entidad}`);
const data = await r.json();
const res = await fetch(`${contextPath}/api/gis/entidad/${entidad}/resumen`);
const stats = await res.json();
document.getElementById('val-total').textContent = stats.total_lotes.toLocaleString();
document.getElementById('val-morosos').textContent = stats.lotes_con_deuda.toLocaleString();
const center = data.latlong.split(',').map(Number);
map = new maplibregl.Map({
container: 'map',
style: 'https://basemaps.cartocdn.com/gl/dark-matter-gl-style/style.json',
center: [center[1], center[0]],
zoom: parseInt(data.zoom) || 15,
pitch: 0,
bearing: 0,
dragRotate: false
});
map.on('load', () => {
// Fuente Vectorial (MVT) compatible con Regla 23
map.addSource('lotes-mvt', {
type: 'vector',
tiles: [`http://192.168.1.123:8083/geoserver/gwc/service/wmts?REQUEST=GetTile&SERVICE=WMTS&VERSION=1.0.0&LAYER=sigem:e${entidad}_lotes_activos&STYLE=&TILEMATRIXSET=GoogleMapsCompatible&TILEMATRIX={z}&TILEROW={y}&TILECOL={x}&FORMAT=application/x-protobuf`],
scheme: 'xyz'
});
map.addLayer({
id: 'lotes-layer',
type: 'line',
source: 'lotes-mvt',
'source-layer': `e${entidad}_lotes_activos`,
paint: { 'line-color': '#475569', 'line-width': 0.8 }
});
// Fuente PNG (WMS) - Alineada a Regla 5 (EPSG:4326)
map.addSource('lotes-wms', {
type: 'raster',
tiles: [ `http://192.168.1.123:8083/geoserver/sigem/wms?service=WMS&version=1.1.1&request=GetMap&layers=sigem:vw_lotes_morosidad_${entidad}&bbox={bbox-epsg-3857}&width=256&height=256&srs=EPSG:3857&styles=&format=image/png&transparent=true` ],
tileSize: 256
});
map.addLayer({
id: 'lotes-color-wms',
type: 'raster',
source: 'lotes-wms',
paint: { 'raster-opacity': 0 }
}, 'lotes-layer');
});
map.on('click', 'lotes-layer', (e) => {
const p = e.features[0].properties;
const content = `<div class="p-2"><b class="text-primary">CCC: ${p.ccc || 'N/A'}</b><hr class="my-1">Deuda: Gs. ${Number(p.trb_total_deuda || 0).toLocaleString()}<br>Último Pago: ${p.ultimo_pago || 'Nunca'}</div>`;
new maplibregl.Popup().setLngLat(e.lngLat).setHTML(content).addTo(map);
});
} catch (e) {
console.error("Error cargando dashboard:", e);
// Si hay 503, re-intentar en 5s
setTimeout(init, 5000);
}
}
function setMapMode(mode) {
$('.btn-map-mode').removeClass('active');
const legend = document.getElementById('legend');
const topWidget = document.getElementById('top-widget');
if (mode === 'base' || mode === 'general') {
$('#btn-base').addClass('active');
map.setPaintProperty('lotes-color-wms', 'raster-opacity', 0);
legend.style.display = 'none';
topWidget.style.display = 'none';
} else {
$(`#btn-${mode}`).addClass('active');
map.setPaintProperty('lotes-color-wms', 'raster-opacity', 0.8);
legend.style.display = 'block';
topWidget.style.display = 'block';
}
}
init();
</script>
</body>
</html>