-
temporary fix for breakage of 'gmap for geo' views style options form; maps all geo fields on the view
-
fix from http://drupal.org/node/553450 -- I *think* Geo is supposed to provide this to us based on the 'gis input' value in gmap_geo_field_formatter_info(), but currently it does not. @jonathan_hunt, @roball
-
fix lat/lon reversal [ http://drupal.org/node/505734 ]
-
update README: code in the previous commit currently requires a patch to Geo
-
Add 'Gmap for Geo' Views style plugin; by swill & bec [ http://drupal.org/node/473660 ]
-
correct a comment
-
add a custom geo_wkb_get_array_for_gmap() hook so we don't have to iterate through point arrays twice to turn lat/lon keys into 0/1 keys. [ http://drupal.org/node/48393 ]
-
split building the gmap array out into a reusable function.
-
implement geo's hook_gis_input_info() [ http://drupal.org/node/494836 ]
-
whitespace cleanup