Ticket #84 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Level 0 not included in ScaleStore

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

Description

See the zoom-chooser.html example. The base layer has 16 resolutions. The scale store has 15 records.

Attachments

84.patch (3.0 kB) - added by tschaub on 06/09/09 22:54:38.
include records for all resolutions

Change History

06/09/09 22:54:38 changed by tschaub

  • attachment 84.patch added.

include records for all resolutions

06/09/09 22:55:45 changed by tschaub

  • state changed from None to Review.

Example works and tests pass in FF3 and IE6. Thanks for any review.

06/09/09 23:31:06 changed by ahocevar

  • state changed from Review to Commit.

This looks exactly right. Please commit.

06/10/09 00:09:26 changed by tschaub

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

(In [1035]) Making it so the ScaleStore has a record for each value in the resolutions array of the base layer. r=ahocevar (closes #84)