Changeset 35978 in osm for applications/editors/josm/plugins/addrinterpolation
- Timestamp:
- 2022-06-15T20:10:48+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/addrinterpolation
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/build.xml
r34487 r35978 4 4 <property name="commit.message" value="Impoved Icon"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 4153"/>6 <property name="plugin.main.version" value="18494"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r34658 r35978 826 826 for (int segment = 0; segment < nSegments; segment++) { 827 827 Node toNode = addrInterpolationWay.getNode(startNodeIndex + 1 + segment); 828 segmentLengths[segment] = fromNode.g etCoor().greatCircleDistance(toNode.getCoor());828 segmentLengths[segment] = fromNode.greatCircleDistance(toNode); 829 829 totalLength += segmentLengths[segment]; 830 830
Note:
See TracChangeset
for help on using the changeset viewer.
