Changes between Version 16 and Version 17 of Specification/MOSSMAP


Ignore:
Timestamp:
05/17/07 11:43:37 (18 years ago)
Author:
mloskot
Comment:

Added info about zoom-in/-out slider

Legend:

Unmodified
Added
Removed
Modified
  • Specification/MOSSMAP

    v16 v17  
    112112   * Course of Going
    113113
     114=== Toolbar ===
     115
     116Basic properties of toolbar widget:
     117 * icon size 32x32 pixels
     118 * number of hosted icons (buttons) is 8-9
     119 * vertical separators possible
     120 * toolbar is optional
     121
     122The main purpose of toolbar is to host: [wiki:Specification#Navigation Map Navigation] commands and a few most often used commands.
     123
     124List of proposed commands (buttons):
     125 * Zoom-in
     126 * Zoom-out
     127 * Pan
     128 * Query feature
     129 * Distance measurement tool
     130 * Area measurement tool
     131 * Capture vertex from GPS
     132
     133==== Zoom-in/out ====
     134
     135There is an idea to replace Zoom-in/Zoom-out buttons with vertical slider placed near right edge of the screen, over map window.
     136
     137{{{
     138+------------+------------+
     139| MOSSMAP               X |
     140+------------+------------+
     141|                         |
     142|                     (-) | - zoom-out direction
     143|                      |  |
     144|                      |  |
     145|                     (*) | - bullet being dragged vertically with stylus
     146|                      |  |
     147|                      |  |
     148|                      |  |
     149|                     (+) | - zoom-in direction
     150|                         |
     151+------------+------------+
     152| 1:1000 | lat/lon        |
     153+------------+------------+
     154|[P][@][$][*][!][#] |
     155+------------+------------+
     156| VIEW     <...>     MENU |
     157+------------+------------+
     158}}}
     159
     160Obviously, there is no such widget in the set of common controls on Windows Mobile, so it would need to be rendered manually from scratch.
     161