? .vimrc
? logWKTParsingLimit.patch
Index: gml.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wfs/includes/Attic/gml.inc,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 gml.inc
--- gml.inc	19 May 2010 14:29:42 -0000	1.1.2.4
+++ gml.inc	8 Jun 2010 16:17:42 -0000
@@ -41,6 +41,9 @@ function parse_wkt($wkt) {
         $geometry[] = $r;
       }
     }
+    else {
+      watchdog('WFS', 'Unsupported WKT type %type', array('%type' => $matches[1]), WATCHDOG_ERROR); 
+    }
   }
 
   return $geometry;
