Changeset 9730 in josm
- Timestamp:
- 2016-02-03T21:27:13+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/markerlayer/Marker.java
r9078 r9730 267 267 public static final String MARKER_FORMATTED_OFFSET = "formattedWaypointOffset"; 268 268 269 public static final String LABEL_PATTERN_AUTO = "?{ '{name} - {desc}' | '{name}' | '{desc}' }";269 public static final String LABEL_PATTERN_AUTO = "?{ '{name} ({desc})' | '{name} ({cmt})' | '{name}' | '{desc}' | '{cmt}' }"; 270 270 public static final String LABEL_PATTERN_NAME = "{name}"; 271 271 public static final String LABEL_PATTERN_DESC = "{desc}";
Note:
See TracChangeset
for help on using the changeset viewer.