Ignore:
Timestamp:
2015-07-04T23:29:53+02:00 (9 years ago)
Author:
wiktorn
Message:

Add tests for Wallonie and Wien, fixed Style substitution

File:
1 edited

Legend:

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

    r8568 r8569  
    162162    private double crsScale;
    163163    private TransferMode transferMode;
     164    private String style = "";
    164165
    165166    /**
     
    374375                .replaceAll("\\{TileMatrix\\}", tileMatrix.identifier)
    375376                .replaceAll("\\{TileRow\\}", Integer.toString(tiley))
    376                 .replaceAll("\\{TileCol\\}", Integer.toString(tilex));
     377                .replaceAll("\\{TileCol\\}", Integer.toString(tilex))
     378                .replaceAll("\\{Style\\}", this.style);
    377379    }
    378380
Note: See TracChangeset for help on using the changeset viewer.