Changeset 20659 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2010-03-25T00:01:21+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r20412 r20659 61 61 62 62 public static int currentFormat; 63 64 private static final int cBBoxForBuildings = 50; // hard coded size of grabbed boxes for building layers 63 65 64 66 private ArrayList<EastNorthBound> dividedBbox = new ArrayList<EastNorthBound>(); … … 141 143 CadastrePreferenceSetting.DEFAULT_RASTER_DIVIDER)), 0); 142 144 } else if (buildingsOnly) 143 divideBbox(b, 5, 80); // hard coded size of 80 meters per box145 divideBbox(b, 5, cBBoxForBuildings); 144 146 else 145 147 divideBbox(b, Integer.parseInt(Main.pref.get("cadastrewms.scale", Scale.X1.toString())), 0);
Note:
See TracChangeset
for help on using the changeset viewer.