Ignore:
Timestamp:
2009-12-20T01:51:24+01:00 (17 years ago)
Author:
pieren
Message:

Add a 25m crosspiece ref and the possibility to change the source in the UploadHook

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java

    r18838 r19149  
    588588        String crosspieces = Main.pref.get("cadastrewms.crosspieces", "0");
    589589        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;
    592593            EastNorthBound currentView = new EastNorthBound(mv.getEastNorth(0, mv.getHeight()),
    593594                    mv.getEastNorth(mv.getWidth(), 0));
Note: See TracChangeset for help on using the changeset viewer.