missing negative number
This commit is contained in:
parent
75809cb8f2
commit
d55fd869fd
|
@ -1,6 +1,6 @@
|
|||
// Creating map options
|
||||
let mapOptions = {
|
||||
center: [41.875728, 87.626609],
|
||||
center: [41.875728, -87.626609],
|
||||
zoom: 10,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue