Changeset 8325 in josm
- Timestamp:
- 2015-05-04T23:28:45+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Way.java
r8323 r8325 685 685 686 686 /** 687 * Replies the length of the longest seg ement of the way, in metres, as computed by {@link LatLon#greatCircleDistance}.687 * Replies the length of the longest segment of the way, in metres, as computed by {@link LatLon#greatCircleDistance}. 688 688 * @return The length of the segment, in metres 689 689 * @since 8320 -
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/MapPaintSettings.java
r6362 r8325 18 18 private boolean showOnewayArrow; 19 19 private int defaultSegmentWidth; 20 /** Preference: should the seg ement numbers of ways be displayed */20 /** Preference: should the segment numbers of ways be displayed */ 21 21 private boolean showOrderNumber; 22 22 /** Preference: should only the last arrow of a way be displayed */ -
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java
r8291 r8325 54 54 /** Preference: should only the last arrow of a way be displayed */ 55 55 protected boolean showHeadArrowOnly; 56 /** Preference: should the seg ement numbers of ways be displayed */56 /** Preference: should the segment numbers of ways be displayed */ 57 57 protected boolean showOrderNumber; 58 58 /** Preference: should selected nodes be filled */ -
trunk/src/org/openstreetmap/josm/data/validation/tests/LongSegment.java
r8320 r8325 29 29 public LongSegment() { 30 30 super(tr("Long segments"), 31 tr("This for long way seg ements, which are usually errors."));31 tr("This for long way segments, which are usually errors.")); 32 32 } 33 33
Note:
See TracChangeset
for help on using the changeset viewer.