Changeset 19149 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2009-12-20T01:51:24+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r18838 r19149 588 588 String crosspieces = Main.pref.get("cadastrewms.crosspieces", "0"); 589 589 if (!crosspieces.equals("0")) { 590 int modulo = 50; 591 if (crosspieces.equals("2")) modulo = 100; 590 int modulo = 25; 591 if (crosspieces.equals("2")) modulo = 50; 592 if (crosspieces.equals("3")) modulo = 100; 592 593 EastNorthBound currentView = new EastNorthBound(mv.getEastNorth(0, mv.getHeight()), 593 594 mv.getEastNorth(mv.getWidth(), 0));
Note:
See TracChangeset
for help on using the changeset viewer.
