Changeset 3621 in osm for applications
- Timestamp:
- 2007-07-19T04:17:53+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/src/mappaint/MapPaintVisitor.java
r3620 r3621 52 52 // so the exact "correcting value" below depends only on the screen size and resolution 53 53 // XXX - do we need a Preference setting for this (if things vary widely)? 54 System.out.println("Circum: " + circum + " max: " + e.getMaxScale() + " min:" + e.getMinScale()); 54 /*System.out.println( 55 "Circum: " + circum + 56 " max: " + e.getMaxScale() + "(" + e.getMaxScale()/22 + ")" + 57 " min:" + e.getMinScale() + "(" + e.getMinScale()/22 + ")");*/ 55 58 if(circum>=e.getMaxScale() / 22 || circum<e.getMinScale() / 22) { 56 59 return false;
Note:
See TracChangeset
for help on using the changeset viewer.