Changes between Initial Version and Version 1 of Ticket #13385, comment 6


Ignore:
Timestamp:
2016-08-23T22:10:24+02:00 (8 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13385, comment 6

    initial v1  
    11@michael2402: I am not sure, but I think the offset that is used in OffsetIterator should be scaled.
    22This will solve the problem when zooming out, as the offset is getting close to 0.
     3{{{
     4#!java
    35        OffsetIterator(List<Node> nodes, double offset) {
    46            this.nodes = nodes;
     
    68            idx = 0;
    79        }
     10}}}