Changeset 32329 in osm for applications/editors/josm/plugins/imagery_offset_db/src
- Timestamp:
- 2016-06-19T16:08:56+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetTools.java
r30218 r32329 30 30 if( Main.map == null || Main.map.mapView == null ) 31 31 return null; 32 List<ImageryLayer> layers = Main. map.mapView.getLayersOfType(ImageryLayer.class);32 List<ImageryLayer> layers = Main.getLayerManager().getLayersOfType(ImageryLayer.class); 33 33 for( ImageryLayer layer : layers ) { 34 34 String url = layer.getInfo().getUrl();
Note:
See TracChangeset
for help on using the changeset viewer.