Index: trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java	(revision 796)
+++ trunk/src/org/openstreetmap/josm/actions/AutoScaleAction.java	(revision 797)
@@ -89,5 +89,5 @@
 			if (v.min != null && v.max != null) // && v.min.north() == v.max.north() && v.min.east() == v.max.east()) {
 			{
-				EastNorth en = new EastNorth(0,0);
+				EastNorth en = new EastNorth(0.0001,0.0001);
 				v.min = new EastNorth(v.min.east()-en.east(), v.min.north()-en.north());
 				v.max = new EastNorth(v.max.east()+en.east(), v.max.north()+en.north());
