Changeset 32329 in osm for applications/editors/josm/plugins/routes/src
- Timestamp:
- 2016-06-19T16:08:56+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RoutesPlugin.java
r30738 r32329 79 79 private void checkLayers() { 80 80 if (Main.map != null && Main.map.mapView != null) { 81 for (Layer layer:Main. map.mapView.getAllLayers()) {81 for (Layer layer:Main.getLayerManager().getLayers()) { 82 82 if (layer instanceof OsmDataLayer) { 83 83 if (!isShown) {
Note:
See TracChangeset
for help on using the changeset viewer.