Changeset 33167 in osm for applications/editors/josm/plugins/waydownloader/src/org
- Timestamp:
- 2017-02-26T05:28:40+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java
r32452 r33167 295 295 296 296 private boolean isDownloaded(Node node) { 297 for (DataSource datasource : Main.getLayerManager().getEditDataSet(). dataSources) {297 for (DataSource datasource : Main.getLayerManager().getEditDataSet().getDataSources()) { 298 298 Bounds bounds = datasource.bounds; 299 299 if (bounds != null && bounds.contains(node.getCoor())) return true;
Note:
See TracChangeset
for help on using the changeset viewer.