Changeset 5810 in josm
- Timestamp:
- 2013-03-29T12:19:22+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/WMSLayer.java
r5715 r5810 163 163 attribution.initialize(this.info); 164 164 165 if(info.getUrl() != null) {166 startGrabberThreads();167 }168 169 165 Main.pref.addPreferenceChangeListener(this); 170 166 } … … 173 169 public void hookUpMapView() { 174 170 if (info.getUrl() != null) { 171 startGrabberThreads(); 172 175 173 for (WMSLayer layer: Main.map.mapView.getLayersOfType(WMSLayer.class)) { 176 174 if (layer.getInfo().getUrl().equals(info.getUrl())) {
Note:
See TracChangeset
for help on using the changeset viewer.