Changes between Initial Version and Version 2 of Ticket #12363


Ignore:
Timestamp:
2016-01-15T05:21:05+01:00 (7 years ago)
Author:
kolesar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12363

    • Property Component changed from Core to Core imagery
  • Ticket #12363 – Description

    initial v2  
    33There were items in both menus that had been missing from the another, combined them to be similar to each other in the same order. Some menu items had All Words Uppercased while others not, unified them.
    44
    5 Increase zoom and decrease zoom did not work with absolutely default configuration of tested version 9329 on standard mapnik layer. getMinZoomLvl() did not use the same way to obtain limit as getMaxZoomLvl() did, fixed.
    6 
    75Toggling [x] Show errors did not redraw map, it was confusing, fixed.
    86
    97Item named "Change resolution" was also confusing and did nothing. This calls setZoomLevel(getBestZoom()) so that can be used as manual control when auto zoom is disabled. When auto zoom is enabled (that is enabled by default) it makes no sense. I have disabled this menu entry when auto zoom is enabled or current zoom is same as it would set to. Redraw was also missing, fixed.
     8
     9The same issue was increase zoom and decrease zoom: did nothing with default configuration of tested version 9329 on standard mapnik layer, just because auto zoom was enabled. Disabled these when auto zoom is enabled and also when reached max/min levels. getMinZoomLvl() did not use the same way to obtain limit as getMaxZoomLvl() did, fixed.
    1010
    1111Enabling "Auto zoom" did not change resolution immediately, only after moving map, fixed. Same for "Auto load tiles".