--- modules/openlayers_views/views/openlayers_views_style_data.inc	Mon Jun 07 02:44:41 2010
+++ modules/openlayers_views/views/openlayers_views_style_data.inc	Sun Jun 13 16:47:21 2010
@@ -370,11 +370,17 @@
           $feature['attributes']['name'] = $rendered_record[$name_field];
           $excluded_fields[] = $name_field;
         }
+        else {
+          $feature['attributes']['name'] = '';
+        }
         if ($data_source['description_field']) {
           $description_field = $fields[$data_source['description_field']]['field_alias'];
           $feature['attributes']['description'] = $rendered_record[$description_field];
           $excluded_fields[] = $description_field;
         }
+        else {
+          $feature['attributes']['description'] = '';
+        }
 
         // Fill in attributes that are not:
         // - Coordinate/bounding box fields
