Ignore:
Timestamp:
2015-05-28T21:10:44+02:00 (10 years ago)
Author:
malcolmh
Message:

clip to map bounds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/jicons/src/jicons/Jicons.java

    r31044 r31157  
    130130                                        s = 0;
    131131                                        file = format = "";
    132                                         map = new S57map();
     132                                        map = new S57map(true);
    133133                                        map.addNode(0, 0, 0);
    134134                                        for (String token : ln.split("[ ]+")) {
Note: See TracChangeset for help on using the changeset viewer.