I cannot get the Latitude / Longitude widget to work with example Lat 6.071515 and Long -0.506411.
Getting the following Notice: Undefined index: value in geocoder_latlon_field() (line 89 of /home/XXX/domains/XXX/public_html/sites/all/modules/geocoder/plugins/geocoder_handler/latlon.inc).

Something wrong with my latlong values, or something wrong in the plugin?

Comments

jandewit6 created an issue.

pyxio’s picture

same problem for me. did you ever solve this? i am unable to geocode from addressfield. cheers

jandewit6’s picture

I changed my setup and am now using the Location module supporting all my spatial setups. I found that it imports lat/lon via feeds without problems.
location_cck module: field_address.Longitude (field_address:locpick][user_longitude)

pyxio’s picture

i found the solution to these notices. you need to ensure that the field with the geo coordinates the map is using is actually being indexed as opposed to simply being available from the entity. You need the 'indexed' version so that you have a filter available in your view. and once it is indexed and available you use this field as a filter and choose "is not empty" rule. this will solve the issue.

howdytom’s picture

@pyxio Could you share some information on this? I stumbled upon the same error message. How can I make sure ensure that the geo field is actually being indexed?

When I update an existing node, the JSON data disappears. New nodes won't show. This was working perfectly fine for some time. Also using the "Override lat/long values does not work. As soon as I save the node, Latitude and Longitude data disappears.

Any solution is highly appreciated