set map to central usa location
This commit is contained in:
parent
73f6003cbf
commit
75809cb8f2
|
@ -1,6 +1,6 @@
|
|||
// Creating map options
|
||||
let mapOptions = {
|
||||
center: [17.385044, 78.486671],
|
||||
center: [41.875728, 87.626609],
|
||||
zoom: 10,
|
||||
}
|
||||
|
||||
|
@ -36,4 +36,4 @@ map.on('click', (event)=> {
|
|||
document.getElementById('lat').value = event.latlng.lat;
|
||||
document.getElementById('long').value = event.latlng.lng;
|
||||
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue