Changeset 15685 in josm
- Timestamp:
- 2020-01-11T20:58:01+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r15658 r15685 112 112 /** A aerial or satellite photo. **/ 113 113 PHOTO(/* ICON(data/imagery/) */ "photo", tr("Aerial or satellite photo")), 114 /** A map of digital terrain model or digital surface model. **/114 /** A map of digital terrain model, digital surface model or contour lines. **/ 115 115 ELEVATION(/* ICON(data/imagery/) */ "elevation", tr("Elevation map")), 116 116 /** A map. **/
Note:
See TracChangeset
for help on using the changeset viewer.