Index: trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java	(revision 9607)
+++ trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java	(revision 9608)
@@ -55,5 +55,5 @@
     protected String cacheDir;
     protected Bounds bounds;
-    private double metersPerUnit = METER_PER_UNIT_DEGREE; // default to degrees
+    private double metersPerUnit = 1;
     private String axis = "enu"; // default axis orientation is East, North, Up
 
