From 6369bc71e971f689c7a8cbfea5e0edea5481f0f0 Mon Sep 17 00:00:00 2001 From: bozdoz Date: Tue, 13 Sep 2022 17:08:32 -0300 Subject: [PATCH] default max zoom to 19; resolves #171 --- class.plugin-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class.plugin-settings.php b/class.plugin-settings.php index ad40165..0d17fd9 100644 --- a/class.plugin-settings.php +++ b/class.plugin-settings.php @@ -179,7 +179,7 @@ private function __construct() ), 'default_max_zoom' => array( 'display_name'=>__('Default Max Zoom', 'leaflet-map'), - 'default' => '20', + 'default' => '19', 'type' => 'number', 'helptext' => sprintf( '%1$s %2%s
%3$s',