Changeset 33163 in osm for applications/editors/josm/plugins
- Timestamp:
- 2017-02-26T05:24:22+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/DigraphCreationTask.java
r32596 r33163 101 101 graph.addRelation(itrel.next()); 102 102 } 103 Iterator<DataSource> itdata = Main.getLayerManager().getEditDataSet(). dataSources.iterator();103 Iterator<DataSource> itdata = Main.getLayerManager().getEditDataSet().getDataSources().iterator(); 104 104 while (itdata.hasNext()) { 105 105 Bounds b = itdata.next().bounds;
Note:
See TracChangeset
for help on using the changeset viewer.