OpenLayers OpenLayers

Ticket #553 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

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

Reported by: alilucio Assigned to:
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 (3.9 kB) - added by alilucio on 03/22/07 17:04:37.

Change History

03/22/07 17:04:37 changed by alilucio

  • attachment Icon.js added.

03/22/07 17:07:03 changed 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.

03/28/07 15:48:50 changed by crschmidt

  • keywords set to review.

03/28/07 18:29:58 changed by sderle

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

fixed by r2916. thanks, Ali.

07/05/07 17:06:33 changed by euzuro

  • keywords deleted.