Changeset 24036 in osm for applications/editors/josm/plugins/ElevationProfile/src
- Timestamp:
- 2010-11-02T23:31:59+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/gui/ElevationProfileLayer.java
r23976 r24036 162 162 for (WayPoint wpt : profile.getWayPoints()) { 163 163 int ele = (int) WayPointHelper.getElevation(wpt); 164 165 if (wpt == null) {166 throw new RuntimeException("WPT must not be null, profile " + profile);167 }168 164 169 165 if (lastWpt != null) {
Note:
See TracChangeset
for help on using the changeset viewer.