Ignore:
Timestamp:
2018-02-20T21:01:27+01:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 13434

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/downloadtask/DownloadXmlBoundsTask.java

    r33830 r34076  
    7070
    7171        @Override
    72         protected int getNumDataLayers() {
    73             int count = 0;
     72        protected long getNumModifiableDataLayers() {
     73            long count = 0;
    7474            if (!MainApplication.isDisplayingMapView()) return 0;
    7575            for (Layer layer : MainApplication.getLayerManager().getLayers()) {
     
    8282
    8383        @Override
    84         protected OsmDataLayer getFirstDataLayer() {
     84        protected OsmDataLayer getFirstModifiableDataLayer() {
    8585            if (!MainApplication.isDisplayingMapView()) return null;
    8686            for (Layer layer : MainApplication.getLayerManager().getLayers()) {
Note: See TracChangeset for help on using the changeset viewer.