Changeset 29183 in osm
- Timestamp:
- 2013-01-08T20:02:00+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ElevationProfile/src/org/openstreetmap/josm/plugins/elevation/WayPointHelper.java
r27285 r29183 207 207 */ 208 208 public static byte getGeoidCorrection(WayPoint wpt) { 209 /* 209 210 int lat = (int)Math.round(wpt.getCoor().lat()); 210 211 int lon = (int)Math.round(wpt.getCoor().lon()); 211 212 byte geoid = GeoidData.getGeoid(lat, lon); 212 /*213 213 214 System.out.println( 214 215 String.format("Geoid(%d, %d) = %d", lat, lon, geoid)); 215 */216 return geoid;216 */ 217 return 0; 217 218 } 218 219
Note:
See TracChangeset
for help on using the changeset viewer.