Ticket #553 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

OpenLayers.Marker display() function doesn't persist after the map extent has changed.

Reported by: alilucio Owned by:
Priority: minor Milestone: 2.4 Release
Component: general Version: SVN
Keywords: Cc:
State:

Description

If a marker's display is set to "false", and the user pans/zooms/max extent/etc. or if the map's extent is changed in the code, the marker will reappear.

Attachments

Icon.js Download (3.9 KB) - added by alilucio 6 years ago.

Change History

Changed 6 years ago by alilucio

Changed 6 years ago by alilucio

All I did was comment out the line: this.display(true); in the function moveTo() of OpenLayers.Icon and it seems to fix the problem.

Changed 6 years ago by crschmidt

  • keywords review added

Changed 6 years ago by sderle

  • status changed from new to closed
  • resolution set to fixed

fixed by r2916. thanks, Ali.

Changed 6 years ago by euzuro

  • keywords review removed
Note: See TracTickets for help on using tickets.