- Timestamp:
- 2016-11-04T12:26:16+01:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AddImageryLayerAction.java
r11216 r11217 71 71 * Converts general ImageryInfo to specific one, that does not need any user action to initialize 72 72 * see: https://josm.openstreetmap.de/ticket/13868 73 * @param info 74 * @return 73 * @param info ImageryInfo that will be converted (or returned when no conversion needed) 74 * @return ImageryInfo object that's ready to be used to create TileSource 75 75 */ 76 76 private ImageryInfo convertImagery(ImageryInfo info) { -
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r11216 r11217 1162 1162 /** 1163 1163 * Sets the default layers that user will work with 1164 * @param layers 1164 * @param layers set the list of default layers 1165 1165 */ 1166 1166 public void setDefaultLayers(Collection<String> layers) { -
trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java
r11216 r11217 161 161 162 162 private static final class SelectLayerDialog extends ExtendedDialog { 163 private final transient List<Entry<String, List<Layer>>> layers;163 private final transient List<Entry<String, List<Layer>>> layers; 164 164 private final JTable list; 165 165
Note:
See TracChangeset
for help on using the changeset viewer.