We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fd30d commit 6446a76Copy full SHA for 6446a76
1 file changed
maintain.inc.php
@@ -62,6 +62,8 @@ function plugin_install()
62
'popupinfo_link' => true,
63
'popupinfo_comment' => true,
64
'popupinfo_author' => true,
65
+ 'zoom' => 2,
66
+ 'center' => '0,0'
67
),
68
'map' => array(
69
'baselayer' => 'mapnik',
@@ -127,7 +129,7 @@ function plugin_activate()
127
129
global $conf;
128
130
131
if ( (!isset($conf['osm_conf']))
- or (count($conf['osm_conf'], COUNT_RECURSIVE) != 25))
132
+ or (count($conf['osm_conf'], COUNT_RECURSIVE) != 35))
133
{
134
plugin_install();
135
}
0 commit comments