From 5b5db0654e154113a70aa3a6a19ec700301f6834 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 19 Feb 2024 20:02:05 +0500 Subject: [PATCH] update starting coordinates for kios --- themes/lumbung-theme/layouts/shortcodes/kios_map.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/lumbung-theme/layouts/shortcodes/kios_map.html b/themes/lumbung-theme/layouts/shortcodes/kios_map.html index a55c202..badba8f 100644 --- a/themes/lumbung-theme/layouts/shortcodes/kios_map.html +++ b/themes/lumbung-theme/layouts/shortcodes/kios_map.html @@ -75,8 +75,8 @@ {{ end }} var map = L.map('map', { - center: [0, 0], - zoom: 2, + center: [-6.1815, 106.8228], + zoom: 3, layers: [osm, dispatches] });