? views_macro_length.patch
Index: gmap_plugin_style_gmap.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gmap/gmap_plugin_style_gmap.inc,v
retrieving revision 1.3
diff -u -p -r1.3 gmap_plugin_style_gmap.inc
--- gmap_plugin_style_gmap.inc	24 Nov 2008 22:47:12 -0000	1.3
+++ gmap_plugin_style_gmap.inc	17 Mar 2009 17:01:10 -0000
@@ -114,6 +114,7 @@ class gmap_plugin_style_gmap extends vie
       '#type' => 'textfield',
       '#title' => t('Macro'),
       '#size' => 1000,
+      '#maxlength' => 1000,
       '#default_value' => $this->options['macro'],
     );
 
