This wasn't working for me either way. The info window either for a new node or for the editing node opens but the lat/lon fields are blank.
The function set_win_lat_lon calls these fields edit-locations-0-latitude (and longitude). Firebug shows me mine are called edit-locations-0-locpick-user-latitude (and longitude).
Thought this might be due to gmap module, so I turned it off, but with no change.
Editing browser.js (lines 163 and 164) and browser.php (lines 288 and 289) fixed the issue.
Is this a real bug, or is something else causing this?
Comments
Comment #1
phayes commentedThis is a bug - location module has changed the name of the fields. I just need to update this to reflect that. Thanks for finding this!
Patrick
Comment #2
phayes commented