Update
This commit is contained in:
@@ -9,7 +9,8 @@ geoBtn.style.left = '0';
|
||||
geoBtn.style.right = 'auto';
|
||||
geoBtn.innerHTML = '<i class="fas fa-crosshairs fa-lg"></i>';
|
||||
geoBtn.title = 'Lokasi Saya';
|
||||
document.querySelector('.custom-zoom-control').appendChild(geoBtn);
|
||||
const zoomContainer = document.querySelector('.zoom-controls');
|
||||
if (zoomContainer) zoomContainer.appendChild(geoBtn);
|
||||
|
||||
let userMarker = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user