'#description'=>t('Enables Jef Poskanzer\'s excellent <a href="http://www.acme.com/javascript/#Clusterer">clusterer.js</a> script. (useful for a large number of markers on a single map). This must be installed in the gmap directory of the drupal install.'),
);
$form['initialization']['gmap_wms']=array(
'#type'=>'checkbox',
'#title'=>t('Enable wms features'),
...
...
@@ -1076,6 +1079,46 @@ function gmap_settings() {
'#size'=>25,
'#maxlength'=>7,
);
$markers=gmap_get_markers();
$form['clusterer']=array(
'#type'=>'fieldset',
'#title'=>t('Clusterer settings'),
);
$form['clusterer']['gmap_cluster']=array(
'#type'=>'checkbox',
'#title'=>t('Enable clusterer.js'),
'#default_value'=>GMAP_CLUSTER,
'#description'=>t('Enables Jef Poskanzer\'s excellent <a href="http://www.acme.com/javascript/#Clusterer">clusterer.js</a> script. (useful for a large number of markers on a single map). This must be installed in the gmap directory of the drupal install.'),