missing negative number

This commit is contained in:
moom0o 2023-04-08 12:47:39 -04:00 committed by GitHub
parent 75809cb8f2
commit d55fd869fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Creating map options
let mapOptions = {
center: [41.875728, 87.626609],
center: [41.875728, -87.626609],
zoom: 10,
}