Ignore:
Timestamp:
2009-07-09T23:41:51+02:00 (17 years ago)
Author:
guggis
Message:

updated for core r1758 after rework of projection handling and of editor layer access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinAreasAction.java

    r16162 r16419  
    8888        }
    8989
     90        @Override
    9091        public boolean equals(Object other) {
    9192            if (!(other instanceof RelationRole)) return false;
     
    119120
    120121        LinkedList<Bounds> bounds = new LinkedList<Bounds>();
    121         OsmDataLayer dataLayer = Main.main.editLayer();
     122        OsmDataLayer dataLayer = Main.map.mapView.getEditLayer();
    122123        for (DataSource ds : dataLayer.data.dataSources) {
    123124            if (ds.bounds != null)
Note: See TracChangeset for help on using the changeset viewer.