Index: includes/layer_types/wms.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/openlayers/includes/layer_types/Attic/wms.inc,v
retrieving revision 1.1.2.9
diff -r1.1.2.9 wms.inc
60a61,67
>         'singleTile' => array(
>           '#type' => 'checkbox',
>           '#default_value' => isset($this->data['params']['singleTile']) ?
>             $this->data['params']['singleTile'] : FALSE,
>           '#title' => t('Single tile'),
>           '#description' => t('Check to make this layer untiled')
>         )
