Changeset 5847 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2013-04-13T22:47:23+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/search/SearchCompiler.java
r5740 r5847 884 884 return null; 885 885 else 886 return (long) ((Way) osm).getNodesCount(); 886 return (long) ((Way) osm).getRealNodesCount(); 887 887 } 888 888
Note:
See TracChangeset
for help on using the changeset viewer.