Changeset 35978 in osm for applications/editors/josm/plugins/routing/src
- Timestamp:
- 2022-06-15T20:10:48+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/jrt/osm/OsmEdge.java
r32768 r35978 41 41 this.from = from; 42 42 this.to = to; 43 this.length = from.g etCoor().greatCircleDistance(to.getCoor());43 this.length = from.greatCircleDistance(to); 44 44 } 45 45
Note:
See TracChangeset
for help on using the changeset viewer.