Changeset 16419 in osm for applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinAreasAction.java
- Timestamp:
- 2009-07-09T23:41:51+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/JoinAreasAction.java
r16162 r16419 88 88 } 89 89 90 @Override 90 91 public boolean equals(Object other) { 91 92 if (!(other instanceof RelationRole)) return false; … … 119 120 120 121 LinkedList<Bounds> bounds = new LinkedList<Bounds>(); 121 OsmDataLayer dataLayer = Main.ma in.editLayer();122 OsmDataLayer dataLayer = Main.map.mapView.getEditLayer(); 122 123 for (DataSource ds : dataLayer.data.dataSources) { 123 124 if (ds.bounds != null)
Note:
See TracChangeset
for help on using the changeset viewer.
