Ticket #31 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Allow array for extent or center in MapPanel

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

Description

Currently, extent and center can be OL objects or strings. Arrays seem like appropriate config values here.

Attachments

31.patch (4.6 kB) - added by tschaub on 03/25/09 00:04:45.
allow array for extent or center

Change History

03/25/09 00:04:45 changed by tschaub

  • attachment 31.patch added.

allow array for extent or center

03/25/09 00:05:28 changed by tschaub

  • owner changed from elemoine to tschaub.
  • status changed from new to assigned.
  • state changed from None to Review.

Tests pass.

03/26/09 13:31:21 changed by elemoine

  • state changed from Review to Commit.
  • milestone set to 0.1.

Looks good.

03/26/09 22:45:45 changed by tschaub

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

(In [284]) Allowing array values for extent and center properties in MapPanel config. r=elemoine (closes #31)