Skip to content

Commit 6446a76

Browse files
committed
Update maintain page with the new options
1 parent e0fd30d commit 6446a76

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

maintain.inc.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ function plugin_install()
6262
'popupinfo_link' => true,
6363
'popupinfo_comment' => true,
6464
'popupinfo_author' => true,
65+
'zoom' => 2,
66+
'center' => '0,0'
6567
),
6668
'map' => array(
6769
'baselayer' => 'mapnik',
@@ -127,7 +129,7 @@ function plugin_activate()
127129
global $conf;
128130

129131
if ( (!isset($conf['osm_conf']))
130-
or (count($conf['osm_conf'], COUNT_RECURSIVE) != 25))
132+
or (count($conf['osm_conf'], COUNT_RECURSIVE) != 35))
131133
{
132134
plugin_install();
133135
}

0 commit comments

Comments
 (0)