Line 53 of /includes/layer_types/tms.inc
Here's the fix:
'layername' => array(
'#type' => 'textfield',
'#title' => t('Layer Name'),
'#default_value' => isset($this->data['layername']) ?
$this->data['base_url'] : ''
$this->data['layername'] : ''
),
Line 53 of /includes/layer_types/tms.inc
Here's the fix:
'layername' => array(
'#type' => 'textfield',
'#title' => t('Layer Name'),
'#default_value' => isset($this->data['layername']) ?
$this->data['base_url'] : ''
$this->data['layername'] : ''
),
Comments
Comment #1
tmcw commentedGood catch - fixed: http://drupal.org/cvs?commit=384382