--- openlayers/includes/behaviors/openlayers_behavior_zoomtolayer.inc  2010-05-21 12:09:34.000000000 +0200
+++ openlayers/includes/behaviors/openlayers_behavior_zoomtolayer.inc   2010-05-21 12:11:06.000000000 +0200
@@ -23,7 +23,7 @@
     return array(
       'zoomtolayer' => array(
         '#type' => 'select',
-        '#options' => $this->map['layers'],
+        '#options' => array_merge(array('openlayers_cck_vector_layer'=>'openlayers_cck_vector_layer'),$this->map['layers']),
         '#description' => t('Select layer to zoom to when the map is loaded'),
         '#default_value' => isset($defaults['zoomtolayer']) ? $defaults['zoomtolayer'] : NULL
       ),
