Skip to content

Commit

Permalink
default max zoom to 19; resolves bozdoz#171
Browse files Browse the repository at this point in the history
  • Loading branch information
bozdoz committed Sep 13, 2022
1 parent baa8ceb commit 6369bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.plugin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <br /> <code>%3$s</code>',
Expand Down

0 comments on commit 6369bc7

Please sign in to comment.