Geofield Gmap

Installs: 
292
Open Bugs: 
6
Development Status: 
Seeking co-maintainer(s)
Maintenance fixes only

Google Map widget and formatter for geofield.

For now allow to use a google map v3 map to input a location.

A quick text input + geocode allow you to specify an address.

You can drag and drop the marker to narrow the position.

Geofield has an issue with precision of lat and lng :
http://drupal.org/node/1456180

You have to alter the field_data_field_XXX table and modify the lat and lng columns from FLOAT to DOUBLE.

ALTER TABLE `field_data_field_position` CHANGE `field_position_lat` `field_position_lat` DOUBLE NULL DEFAULT NULL ,
CHANGE `field_position_lon` `field_position_lon` DOUBLE NULL DEFAULT NULL

HELP

I won't be able to follow your need and to port this module to geofield 2.x ...

so I m seeking co mainteners !

Releases: 
7.x-1.x-dev
Release Dates: 
09/30/2013