Skip to content

Commit

Permalink
🔇 quitar mensaje de consola
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Nov 21, 2024
1 parent 2137589 commit d5db9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aplicaciones/www/src/componentes/Lista.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function previsualizarLugar(lugar?: DatosInclusion) {
const contenedorMapa = document.getElementById('contenedorGeneral');
if (!contenedorMapa) return;
const { left, top } = contenedorMapa.getBoundingClientRect();
console.log(`Pixel coordinates: x=${x}, y=${y}`);
marcaMapa.value.innerHTML =
`<p class="nombreMunicipio">${lugar.nombre} (${lugar.dep})</p>` +
`<span class="infoLeyenda">Tasa de afiliación:</span> ${datosLugar.properties.valorIndice.toFixed(2)}`;
Expand Down

0 comments on commit d5db9b6

Please sign in to comment.