OpenLayers OpenLayers

Ticket #815 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Feature.js: creates same popup multiple times, causing a lot of memory consumption

Reported by: bartvde Assigned to:
Priority: minor Milestone: 2.6 Release
Component: Feature Version: 2.4
Keywords: Cc:
State:

Description

In Feature.js the popup is always newly created, instead of reusing the existing popup. This patch fixes that. Each click can potentially consume 600 Kb of memory (ofcourse depending on the actual popup details).

Attachments

Feature.patch (1.1 kB) - added by bartvde on 07/09/07 06:44:35.
patch to reuse Popup in Feature

Change History

07/09/07 06:44:35 changed by bartvde

  • attachment Feature.patch added.

patch to reuse Popup in Feature

10/10/07 00:56:05 changed by crschmidt

  • keywords set to review.
  • milestone set to 2.6 Release.

10/11/07 21:37:13 changed by crschmidt

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

Committed in r4927