Click to add marker and drag and drop do not change coordinates.
doran - April 30, 2009 - 16:17
| Project: | Geobrowser |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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?

#1
This 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
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.