Index: applications/editors/josm/plugins/wmsplugin/sources.cfg
===================================================================
--- applications/editors/josm/plugins/wmsplugin/sources.cfg	(revision 15711)
+++ applications/editors/josm/plugins/wmsplugin/sources.cfg	(revision 15725)
@@ -3,6 +3,6 @@
 # NOTE: default items should be common and worldwide
 #
-true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&srs=EPSG:4326&format=image/jpeg
-true;Open Aerial Map;http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&srs=EPSG:4326&format=image/jpeg
+true;Landsat;http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg
+true;Open Aerial Map;http://openaerialmap.org/wms/?VERSION=1.0&request=GetMap&layers=world&styles=&format=image/jpeg
 # fails with division by zero error
 false;NPE Maps;http://nick.dev.openstreetmap.org/openpaths/freemap.php?layers=npe
@@ -19,2 +19,5 @@
 false;Oberpfalz Geofabrik.de;http://oberpfalz.geofabrik.de/wms4josm?
 false;Streets NRW Geofabrik.de;http://tools.geofabrik.de/osmi/view/strassennrw/josmwms
+# Terraserver USCG- High resolution maps
+false;Terraserver Topo;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=drg&styles=&format=image/jpeg
+true;Terraserver Urban;http://terraservice.net/ogcmap.ashx?version=1.1.1&request=GetMap&Layers=urbanarea&styles=&format=image/jpeg
Index: applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
===================================================================
--- applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java	(revision 15711)
+++ applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java	(revision 15725)
@@ -103,5 +103,5 @@
     {
         String projname = Main.proj.toCode();
-        if(projname.equals("EPSG:3785")) // don't use mercator code
+        if(Main.proj instanceof org.openstreetmap.josm.data.projection.Mercator) // don't use mercator code
             projname = "EPSG:4326";
         String res = "";
