Remove location details by request

This commit is contained in:
Eli Ribble 2026-01-24 21:43:51 +00:00
parent d63e580cd3
commit d552a18c0b
No known key found for this signature in database

View file

@ -215,7 +215,6 @@ document.addEventListener('DOMContentLoaded', function() {
console.log("location error", error);
})
})
mapLocator.addEventListener("markerdragend",
let mapZoom = document.getElementById('map-zoom');
mapLocator.addEventListener("zoomend", function(e) {
mapZoom.value = e.target.getZoom();
@ -316,9 +315,6 @@ function displaySelectedCoordinates(lngLat) {
</address-input>
</div>
</div>
<div class="col-md-6">
<address-display></address-display>
</div>
</div>
<p class="small text-muted mb-2">You can also click on the map to mark the location precisely</p>