Ignore:
Timestamp:
2016-01-24T22:53:29+01:00 (8 years ago)
Author:
wiktorn
Message:

Finish removal of tile-size workaround code started in [9617].

Now WMTS TileSources with other than 256px tile size should work properly.
See #12437, #12186

Fix name of "valid-georeference", so it will be properly loaded from preferences

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r9614 r9619  
    1919import javax.swing.ImageIcon;
    2020
    21 import org.openstreetmap.gui.jmapviewer.OsmMercator;
    2221import org.openstreetmap.gui.jmapviewer.interfaces.Attributed;
    2322import org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate;
     
    221220        @pref Map<String, List<String>> noTileHeaders;
    222221        @pref Map<String, List<String>> noTileChecksums;
    223         @pref int tileSize = OsmMercator.DEFAUL_TILE_SIZE;
     222        @pref int tileSize = -1;
    224223        @pref Map<String, String> metadataHeaders;
    225224        @pref boolean valid_georeference;
Note: See TracChangeset for help on using the changeset viewer.