--- openlayers_cck.module.OLD	2009-09-12 12:25:38.000000000 +1000
+++ openlayers_cck.module	2009-09-16 23:21:57.000000000 +1000
@@ -101,7 +101,7 @@ function openlayers_cck_field_settings($
         '#description' => t('Choose the features that are allowed to be inputed on the map.'),
         '#options' => $features,
         '#required' => TRUE,
-        '#default_value' => isset($widget['openlayers_cck_feature_types']) ? $widget['openlayers_cck_feature_types'] : array('point', 'path', 'polygon'),
+        '#default_value' => isset($field['openlayers_cck_feature_types']) ? $field['openlayers_cck_feature_types'] : array('point', 'path', 'polygon'),
       );
       
       return $form;
