Changes between Version 1 and Version 3 of Ticket #12889


Ignore:
Timestamp:
2016-06-22T16:05:09+02:00 (10 years ago)
Author:
michael2402
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12889 – Description

    v1 v3  
    6464== Implementation ==
    6565
    66 (1) Implement MapViewPoint - starting June 6
    67 (2) Implement MapViewState and add a temporary getViewState() to the MapView that uses scale/center to compute a ViewState
    68 (3) Change the layer class to use that view state.
    69 (4) Change view undo/redo system to use that state.
    70 (5) Change MapView to only use the last MapViewState for view position handling.
     66(1) Implement MapViewPoint - done
     67(2) Implement MapViewState and add a temporary `getState()` to the MapView that uses scale/center to compute a ViewState - done
     68(3) Change MapView to only use the last MapViewState for view position handling. - done
     69(4) Change the layer class to use that view state.
     70(5) Change view undo/redo system to use that state.