Changeset 8836 in josm for trunk/src/org/openstreetmap/josm/data/imagery
- Timestamp:
- 2015-10-08T00:22:36+02:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/imagery
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/CachedAttributionBingAerialTileSource.java
r8718 r8836 48 48 class BingAttributionData extends CacheCustomContent<IOException> { 49 49 50 publicBingAttributionData() {50 BingAttributionData() { 51 51 super("bing.attribution.xml", CacheCustomContent.INTERVAL_HOURLY); 52 52 } -
trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
r8772 r8836 133 133 private final JTable list; 134 134 135 publicSelectLayerDialog(Collection<Layer> layers) {135 SelectLayerDialog(Collection<Layer> layers) { 136 136 super(Main.parent, tr("Select WMTS layer"), new String[]{tr("Add layers"), tr("Cancel")}); 137 137 this.layers = layers.toArray(new Layer[]{});
Note:
See TracChangeset
for help on using the changeset viewer.