Index: trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java	(revision 8568)
+++ trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java	(revision 8569)
@@ -162,4 +162,5 @@
     private double crsScale;
     private TransferMode transferMode;
+    private String style = "";
 
     /**
@@ -374,5 +375,6 @@
                 .replaceAll("\\{TileMatrix\\}", tileMatrix.identifier)
                 .replaceAll("\\{TileRow\\}", Integer.toString(tiley))
-                .replaceAll("\\{TileCol\\}", Integer.toString(tilex));
+                .replaceAll("\\{TileCol\\}", Integer.toString(tilex))
+                .replaceAll("\\{Style\\}", this.style);
     }
 
