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

clip to map bounds

Location:
applications/editors/josm/plugins/seachartedit/src/panels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachartedit/src/panels/PanelS57.java

    r31060 r31156  
    6565                        tin.close();
    6666                }
    67                 map = new S57map();
     67                map = new S57map(true);
    6868                MapBounds bounds = S57dec.decodeFile(in, map);
    6969
  • applications/editors/josm/plugins/seachartedit/src/panels/ShowFrame.java

    r31060 r31156  
    4141                        id = osm.getUniqueId();
    4242                        feature = map.index.get(id);
    43                         showMap = new S57map();
     43                        showMap = new S57map(true);
    4444                        showMap.nodes = map.nodes;
    4545                        showMap.edges = map.edges;
Note: See TracChangeset for help on using the changeset viewer.