kiuliani / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Clean up mode selection in map options menu #157

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The current mode selection interface in the map options menu is confusing:
- Selection mode
- Panning mode
- Zooming mode
- Fit-to-window mode
should be reorganized as drop down options from a Mode item. This needs to be 
coordinated with the revised zooming and panning operation (see also #22, #114,
and #147)

Original issue reported on code.google.com by lanse...@gmail.com on 26 Jun 2015 at 1:48

GoogleCodeExporter commented 8 years ago
propose a solution in 1.7.35: add a toolbar for map with 
select/pan/zoom/extent/refresh

Original comment by lixun...@gmail.com on 2 Jul 2015 at 5:56

GoogleCodeExporter commented 8 years ago
Update solution in ci 3678:

The design is not allow to add toolbar for map in one place. So, have to add 
toolbar code in every other Map views, e.g. LISA, G/G*.

Will still be in 1.7.35, a new build will be created.

Original comment by lixun...@gmail.com on 2 Jul 2015 at 6:16

GoogleCodeExporter commented 8 years ago
will replace "zoom" icon in toolbar with two separate icons: "zoom in" and 
"zoom out". 

since it will impact the code with key code, will also add a "brush" icon, so 
that user doesn't need to hold Cmd key to enable brushing feature

Original comment by lixun...@gmail.com on 2 Jul 2015 at 9:01

GoogleCodeExporter commented 8 years ago
Change status to "Accepted" for development.

Original comment by lixun...@gmail.com on 2 Jul 2015 at 9:01

GoogleCodeExporter commented 8 years ago
add zoom in and zoom out buttons in toolbar, as well as the 'basemap' button in 
toolbar.

fix in ci 3696

fix will be applied in build 1.7.37

Original comment by lixun...@gmail.com on 9 Jul 2015 at 6:43