Changeset 6064 in osm for applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java
- Timestamp:
- 2007-12-14T21:04:46+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender/src/OsmarenderPlugin.java
r5455 r6064 48 48 DataSet fromDataSet = new DataSet(); 49 49 for (Node n : Main.ds.nodes) { 50 if (n.deleted || n.incomplete) continue; 50 51 if (n.coor.isWithin(b)) { 51 52 fromDataSet.nodes.add(n);
Note:
See TracChangeset
for help on using the changeset viewer.