Ticket #16 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

zoom slider

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

Description

Ext has a nice slider component. This is can be extended to provide a decent zoom slider. Missing from the slider are buttons to zoom in/out. A single component could be created that is composed of a slider and buttons for zoom in/out.

Attachments

16.patch (13.1 kB) - added by tschaub on 04/18/09 18:13:46.
scale slider
16-2.diff (13.2 kB) - added by tcoulter on 05/06/09 23:40:43.
16.2.patch (19.8 kB) - added by tschaub on 06/02/09 17:45:44.
zoom slider and tips

Change History

04/18/09 18:13:46 changed by tschaub

  • attachment 16.patch added.

scale slider

05/06/09 23:40:33 changed by tcoulter

Adding a new patch that fixes minimum and maximum values for the scale slider, keeping it in sync with the map.

05/06/09 23:40:43 changed by tcoulter

  • attachment 16-2.diff added.

05/14/09 16:50:44 changed by tschaub

  • milestone set to 0.1.

05/14/09 20:19:41 changed by tschaub

This depends on #45.

06/02/09 01:06:18 changed by tschaub

  • owner changed.
  • component changed from data to widgets.

Patch partially updated. Needs more work. Calling this a ZoomSlider since getValue returns a zoom level.

06/02/09 17:45:44 changed by tschaub

  • attachment 16.2.patch added.

zoom slider and tips

06/02/09 17:47:29 changed by tschaub

  • state changed from Needs more work to Review.

Ok, this is complete now. Example works in FF3 and IE7. Tests pass in the same. Thanks for any review.

06/02/09 18:09:36 changed by tschaub

  • owner set to tschaub.
  • status changed from new to assigned.

06/02/09 19:10:52 changed by ahocevar

  • state changed from Review to Commit.

Looks good. Thanks Tim for giving this one the final brushup. Please commit.

06/02/09 21:43:53 changed by tschaub

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

(In [956]) Adding a zoom slider that can be added as an item in a MapPanel container. r=ahocevar (closes #16)