Ignore:
Timestamp:
2010-03-01T18:48:22+01:00 (16 years ago)
Author:
pieren
Message:

Grabbed images resolution configurable + fixed minor issues

File:
1 edited

Legend:

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

    r20211 r20240  
    238238            Object savedInterpolation = g.getRenderingHint(RenderingHints.KEY_INTERPOLATION);
    239239            if (savedInterpolation == null) savedInterpolation = RenderingHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR;
    240             String interpolation = Main.pref.get("cadastrewms.imageInterpolation", "Standard");
     240            String interpolation = Main.pref.get("cadastrewms.imageInterpolation", "standard");
    241241            if (interpolation.equals("bilinear"))
    242242                g.setRenderingHint(RenderingHints.KEY_INTERPOLATION, RenderingHints.VALUE_INTERPOLATION_BILINEAR);
Note: See TracChangeset for help on using the changeset viewer.