Changeset 23942 in osm for applications/editors/josm
- Timestamp:
- 2010-10-31T00:49:35+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressFinderThread.java
r23933 r23942 94 94 95 95 if (nearestName != null) { 96 System.out.println("Picked " + nearestName + " with distance " + minDist + "m");97 96 addressNode.setGuessedStreetName(nearestName); 98 97 }
Note:
See TracChangeset
for help on using the changeset viewer.