disabled = FALSE; /* Edit this to true to make a default openlayers_layers disabled initially */ $openlayers_layers->api_version = 1; $openlayers_layers->name = 'wms_highlight_layer'; $openlayers_layers->title = 'WMS highlight layer'; $openlayers_layers->description = 'Used to highlight features returned by WMS'; $openlayers_layers->data = array( 'projection' => array('EPSG:900913'), 'layer_type' => 'openlayers_layer_type_raw', ); $items["wms_highlight_layer"] = $openlayers_layers; return $items; }