Index: geocode.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/geocode/geocode.module,v
retrieving revision 1.6
diff -u -p -r1.6 geocode.module
--- geocode.module	21 Dec 2009 17:34:43 -0000	1.6
+++ geocode.module	14 Jan 2011 20:12:59 -0000
@@ -117,6 +117,7 @@ function geocode_gis_input_info($gis_typ
         'gis input' => 'wkt',  // TODO this is for compatibility with GIS tools.  Perhaps there's a way to define what we expect?
         'gis types' => $info['return types']['geo'],
         'gis callback' => 'geocode_convert',
+        'safe reverse' => 0,
         'handler' => $handler,
         'element' => array(
           '#type' => $type,
