'cache'=>DRUPAL_NO_CACHE,// @@@ Check whether we can fix this by telling drupal what js to use.
),
1=>array(
'info'=>t('Author map'),
'cache'=>DRUPAL_NO_CACHE,// @@@
),
);
}
case'configure':
$form=array();
if($delta==0){// Location map
$form['gmap_location_block_macro']=array(
'#type'=>'textfield',
'#title'=>t('Map Macro'),
'#size'=>60,
'#maxlength'=>500,
'#description'=>t('A macro to be used as a base map for the location block. This map will be recentered on the location, so the center is not that important. <p>Alternate base map macros can be entered for a specific node type below.'),
'#description'=>t('A macro to be used as a base map for the location block. This map will be recentered on the location, so the center is not that important. <p>Alternate base map macros can be entered for a specific node type below.'),
'#title'=>t('Map Macro for %type',array('%type'=>$value->name)),
'#size'=>60,
'#maxlength'=>500,
'#description'=>t('A macro to be used as a base map for the location block author. This map will be recentered on the location, so the center is not that important.'),
'#description'=>t('A macro to be used as a base map for the location block author. This map will be recentered on the location, so the center is not that important.'),