Remove location details by request
This commit is contained in:
parent
d63e580cd3
commit
d552a18c0b
1 changed files with 0 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue