Fix SyntaxError (duplicate declaration) preventing the map from loading
Deploy Bürgerwind / deploy (push) Successful in 16s Details

This commit is contained in:
Johannes Baumeister 2026-05-11 09:56:59 +02:00
parent 19e43d3ad1
commit 3fcd344df4
1 changed files with 0 additions and 5 deletions

5
app.js
View File

@ -614,11 +614,6 @@ document.addEventListener('DOMContentLoaded', async () => {
};
}
// Simplified Measurement Tool
let measureLayer = null;
let measurePoints = [];
let mouseMarker = L.circleMarker([0, 0], { radius: 0, opacity: 0 }).addTo(state.map);
// UTM Creation Logic
const btnCreateAtUTM = document.getElementById('btnCreateAtUTM');
const inputUtmE = document.getElementById('utm-e');