Index: applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java
===================================================================
--- applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java	(revision 6787)
+++ applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSGrabber.java	(revision 6788)
@@ -7,5 +7,7 @@
 import java.net.URL;
 import java.text.DecimalFormat;
+import java.text.DecimalFormatSymbols;
 import java.text.NumberFormat;
+import java.util.Locale;
 
 import javax.imageio.ImageIO;
@@ -46,5 +48,6 @@
 
 	public static final NumberFormat
-		latLonFormat = new DecimalFormat("###0.0000000");
+		latLonFormat = new DecimalFormat("###0.0000000",
+			new DecimalFormatSymbols(Locale.US));
 
 	protected URL getURL(double w, double s,double e,double n,
