Ignore:
Timestamp:
2010-03-25T00:01:21+01:00 (15 years ago)
Author:
pieren
Message:

added a scroll bar in preferences

File:
1 edited

Legend:

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

    r20412 r20659  
    6161   
    6262    public static int currentFormat;
     63   
     64    private static final int cBBoxForBuildings = 50; // hard coded size of grabbed boxes for building layers
    6365
    6466    private ArrayList<EastNorthBound> dividedBbox = new ArrayList<EastNorthBound>();
     
    141143                        CadastrePreferenceSetting.DEFAULT_RASTER_DIVIDER)), 0);
    142144            } else if (buildingsOnly)
    143                 divideBbox(b, 5, 80); // hard coded size of 80 meters per box
     145                divideBbox(b, 5, cBBoxForBuildings);
    144146            else
    145147                divideBbox(b, Integer.parseInt(Main.pref.get("cadastrewms.scale", Scale.X1.toString())), 0);
Note: See TracChangeset for help on using the changeset viewer.