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

clip to map bounds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.