Populate address input with user's location data by default
This commit is contained in:
parent
a86149b8d7
commit
f9fb04bd60
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
position.coords.longitude,
|
||||
position.coords.latitude,
|
||||
]);
|
||||
geocodeReverse(MAPBOX_ACCESS_TOKEN, {
|
||||
handleMarkerDrag({
|
||||
lat: position.coords.latitude,
|
||||
lng: position.coords.longitude,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue