From 7ed3972448d9af8b78d0f6734f533401b99b643a Mon Sep 17 00:00:00 2001 From: laf Date: Mon, 21 Sep 2015 16:17:23 +0000 Subject: [PATCH] Updated default zoom to 2 --- includes/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index ca997512b..21057ea49 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -773,7 +773,7 @@ $config['map']['engine'] = 'leaflet'; $config['mapael']['default_map'] = 'maps/world_countries.js'; $config['leaflet']['default_lat'] = '51.4800'; $config['leaflet']['default_lng'] = '0'; -$config['leaflet']['default_zoom'] = 1; +$config['leaflet']['default_zoom'] = 2; // General GUI options $config['gui']['network-map']['style'] = 'new';//old is also valid