Index: applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java
===================================================================
--- applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java	(revision 31430)
+++ applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/tilesources/TileSourceInfo.java	(revision 31431)
@@ -13,11 +13,11 @@
 public class TileSourceInfo {
     /** id for this imagery entry, optional at the moment */
-    private final String id;
+    protected final String id;
 
     /** URL of the imagery service */
-    private final String url;
+    protected final String url;
 
     /** name of the imagery layer */
-    private final String name;
+    protected final String name;
 
     /** headers meaning, that there is no tile at this zoom level */
