OpenLayers OpenLayers

Ticket #474 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

overview map isn't properly updated when the argparser kicks in

Reported by: tschaub Assigned to: tschaub
Priority: minor Milestone: 2.3 Release
Component: general Version: 2.3 RC1
Keywords: Cc:
State:

Description

The overview map relies on moveend events getting triggered to know when to update itself. When the argparser is invoked (before adding the overview map control), the moveend event happens before the overview map control is drawn. So, the overview map's draw method should check if the map already has an extent, and update itself if so. Patch to follow.

Attachments

argparser.patch (391 bytes) - added by tschaub on 01/19/07 15:25:59.
makes the overview map work with the argparser

Change History

01/19/07 15:25:59 changed by tschaub

  • attachment argparser.patch added.

makes the overview map work with the argparser

01/19/07 15:26:32 changed by tschaub

  • keywords set to review.

will commit if reviewed

01/19/07 17:06:28 changed by crschmidt

  • version set to 2.3 RC1.

Reviewed. Go ahead to commit.

01/19/07 17:26:14 changed by tschaub

  • keywords changed from review to pullup.

applied with r2165

01/22/07 22:15:55 changed by crschmidt

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