Ticket #519 (closed bug: fixed)
Marker doesn't update its lonlat after moveTo is called.
| Reported by: | alilucio | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4 Release |
| Component: | general | Version: | 2.3 RC3 |
| Keywords: | Cc: | ||
| State: |
Description
When calling "moveTo" the lonlat of the marker is not updated. This will cause a problem when the Layer.Markers layer redraws the markers from their lonlat, so the marker will be drawn at the position before the the call to moveTo. This can be solved with adding "this.lonlat = this.getLonLatFromLayerPx(px);" to the bottom of the "moveTo" function in OpenLayers.Marker.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

