OpenLayers OpenLayers

Ticket #114 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Dynamic map resizing is not handled properly.

Reported by: yeroc Assigned to: euzuro
Priority: blocker Milestone: 2.0 Release
Component: general Version: 1.0
Keywords: Cc:
State:

Description

I've been implementing a map that allows the map to be resized dynamically (depending on the size of the browser window) and I've discovered that resizes aren't being handled properly. The problem is that new tiles aren't being loaded as needed. In looking at the code it looks like the Layers need to be notified somehow that the map size has changed. Currently the Map listens for resize events from its enclosing div and updates its size accordingly but doesn't notify the layers...

This is reproducible if you check out the mvs example: http://www.openlayers.org/dev/examples/mvs.html

Change History

06/28/06 15:42:06 changed by sderle

  • owner set to euzuro.

06/29/06 00:43:21 changed by sderle

  • priority changed from major to blocker.

08/09/06 17:18:19 changed by euzuro

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

dr. erle saves the day! fixed with r1174