Ticket #35 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Set allOverlays to true for maps created by the MapPanel

Reported by: tschaub Assigned to: elemoine
Priority: blocker Milestone: 0.5
Component: GeoExt.MapPanel Version:
Keywords: Cc:
State: Commit

Description

If an OpenLayers.Map object is not provided to the MapPanel constructor, the map created by the panel should have allOverlays true.

Attachments

allOverlays.patch (1.9 kB) - added by tschaub on 04/02/09 21:25:03.
set allOverlays true if map not provided

Change History

04/02/09 21:09:22 changed by tschaub

(In [328]) Setting allOverlays true when MapPanel creates a map. (see #35)

04/02/09 21:25:03 changed by tschaub

  • attachment allOverlays.patch added.

set allOverlays true if map not provided

04/02/09 21:25:58 changed by tschaub

  • state changed from None to Review.

Tests pass in FF3. Thanks for any review.

04/03/09 16:33:18 changed by ahocevar

  • state changed from Review to Commit.

Looks good Tim. Please commit.

04/03/09 18:06:15 changed by tschaub

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

(In [345]) If an OpenLayers.Map object is not provided to the MapPanel constructor, we create one with allOverlays set to true. To have the MapPanel create a map with allOverlays false, send a map config object with {allOverlays: true}. r=ahocevar (closes #35)