Changeset 15658 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-01-07T23:19:57+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r15241 r15658 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. **/ 115 ELEVATION(/* ICON(data/imagery/) */ "elevation", tr("Elevation map")), 114 116 /** A map. **/ 115 117 MAP(/* ICON(data/imagery/) */ "map", tr("Map")), … … 120 122 /** A historic or otherwise outdated aerial or satellite photo. **/ 121 123 HISTORICPHOTO(/* ICON(data/imagery/) */ "historicphoto", tr("Historic or otherwise outdated aerial or satellite photo")), 124 /** A map for quality assurance **/ 125 QUALITY_ASSURANCE(/* ICON(data/imagery/) */ "qa", tr("Map for quality assurance")), 122 126 /** Any other type of imagery **/ 123 127 OTHER(/* ICON(data/imagery/) */ "other", tr("Imagery not matching any other category"));
Note:
See TracChangeset
for help on using the changeset viewer.