Ticket #24 (closed enhancement: worksforme)

Opened 4 years ago

Last modified 4 years ago

Zoom in / Zoom out enhancement

Reported by: zanollim Owned by: martinl
Priority: trivial Milestone: 6.4.0
Component: Python Version: svn-trunk
Keywords: wxgui Cc: grass-dev@…
Platform: CPU:

Description

Zoom in and Zoom out work only if you drag a box with the mouse on the map. It is better if Zoom in and Zoom out work also with a simple click with the mouse.
For example:

  • Zoom in --> click on the map --> zoom in 2x centered on the point clicked
  • Zoom out --> click on the map --> zoom out 2x centered on the point clicked

Change History

Changed 4 years ago by hamish

  • milestone changed from 6.3.0 to 6.4.0

Changed 4 years ago by martinl

  • keywords wxgui added
  • owner changed from grass-dev@… to martinl

 http://trac.osgeo.org/grass/changeset/29846

User can zoom in/out by:

  • dragging a box with the mouse
  • simple click (centered on the point click) <- now implemented
  • scrolling mouse wheel (also centered)

Changed 4 years ago by martinl

  • status changed from new to assigned

Changed 4 years ago by martinl

  • cc grass-dev@… added

Changed 4 years ago by cmbarton

  • status changed from assigned to closed
  • resolution set to worksforme

In fact you CAN zoom in and out with a single click in both the TclTk? GUI and wxPython GUI. Try it. Pick the zoom in or zoom out tool and click the map.

Michael

Note: See TracTickets for help on using tickets.