Fix SyntaxError (duplicate declaration) preventing the map from loading
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
Deploy Bürgerwind / deploy (push) Successful in 16s
Details
This commit is contained in:
parent
19e43d3ad1
commit
3fcd344df4
5
app.js
5
app.js
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue