Index: trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 15657)
+++ trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 15658)
@@ -112,4 +112,6 @@
         /** A aerial or satellite photo. **/
         PHOTO(/* ICON(data/imagery/) */ "photo", tr("Aerial or satellite photo")),
+        /** A map of digital terrain model or digital surface model. **/
+        ELEVATION(/* ICON(data/imagery/) */ "elevation", tr("Elevation map")),
         /** A map. **/
         MAP(/* ICON(data/imagery/) */ "map", tr("Map")),
@@ -120,4 +122,6 @@
         /** A historic or otherwise outdated aerial or satellite photo. **/
         HISTORICPHOTO(/* ICON(data/imagery/) */ "historicphoto", tr("Historic or otherwise outdated aerial or satellite photo")),
+        /** A map for quality assurance **/
+        QUALITY_ASSURANCE(/* ICON(data/imagery/) */ "qa", tr("Map for quality assurance")),
         /** Any other type of imagery **/
         OTHER(/* ICON(data/imagery/) */ "other", tr("Imagery not matching any other category"));
