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] });