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

tmcw’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.