Ticket #30 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

LayerStore: use bind/unbind to enable/disable synchronization

Reported by: elemoine Assigned to:
Priority: minor Milestone: 0.5
Component: GeoExt.data Version:
Keywords: Cc:
State: Commit

Description

Use bind/unbind to enable/disable synchronization in our Stores. For the LayerStore, bind() binds the store to a map. For the FeatureStore, bind() will bind the store to a vector layer. This provides a consistent API across the GeoExt stores.

Attachments

patch-30-r260-A0.diff (2.8 kB) - added by elemoine on 03/24/09 22:18:29.

Change History

03/24/09 22:18:29 changed by elemoine

  • attachment patch-30-r260-A0.diff added.

03/24/09 22:18:59 changed by elemoine

  • state changed from None to Review.

Tests pass on FF3, please review.

03/25/09 18:31:27 changed by tschaub

  • state changed from Review to Commit.

Looks good to me. Please commit.

03/30/09 12:58:37 changed by elemoine

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

(In [292]) LayerStore: use bind/unbind to enable/disable synchronization, r=tschaub (closes #30)