From d55fd869fd22e3d1a2bf6eaa849f7e47319e689c Mon Sep 17 00:00:00 2001 From: moom0o <48740106+moom0o@users.noreply.github.com> Date: Sat, 8 Apr 2023 12:47:39 -0400 Subject: [PATCH] missing negative number --- public/assets/leaflet/js/map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/leaflet/js/map.js b/public/assets/leaflet/js/map.js index f9bc316..b4adbb8 100644 --- a/public/assets/leaflet/js/map.js +++ b/public/assets/leaflet/js/map.js @@ -1,6 +1,6 @@ // Creating map options let mapOptions = { - center: [41.875728, 87.626609], + center: [41.875728, -87.626609], zoom: 10, }