- Timestamp:
- 2015-04-18T10:43:11+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/NoteLayer.java
r8213 r8214 179 179 @Override 180 180 public void visitBoundingBox(BoundingXYVisitor v) { 181 for (Note note : noteData.getNotes()) { 182 v.visit(note.getLatLon()); 183 } 181 184 } 182 185
Note:
See TracChangeset
for help on using the changeset viewer.