Changeset 6203 in josm for trunk/src/org/openstreetmap/josm/data/osm/DatasetConsistencyTest.java
- Timestamp:
- 2013-08-28T03:03:40+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DatasetConsistencyTest.java
r5356 r6203 81 81 LatLon c = n.getCoor(); 82 82 if (c != null) { 83 BBox box = new BBox(new LatLon(c.lat() - 0.0001, c.lon() - 0.0001), new LatLon(c.lat() + 0.0001, c.lon() + 0.0001));83 BBox box = c.toBBox(0.0001); 84 84 if (!dataSet.searchNodes(box).contains(n)) { 85 85 printError("SEARCH NODES", "%s not found using Dataset.searchNodes()", n);
Note:
See TracChangeset
for help on using the changeset viewer.
