Changeset 32329 in osm for applications/editors/josm/plugins/NanoLog/src/nanolog/GPXChooser.java
- Timestamp:
- 2016-06-19T16:08:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/NanoLog/src/nanolog/GPXChooser.java
r30491 r32329 19 19 public static GpxLayer topLayer() { 20 20 // return first found local layer 21 for( Layer layer : Main. map.mapView.getAllLayers() ) {21 for( Layer layer : Main.getLayerManager().getLayers() ) { 22 22 if( layer instanceof GpxLayer && ((GpxLayer)layer).isLocalFile() ) 23 23 return (GpxLayer)layer;
Note:
See TracChangeset
for help on using the changeset viewer.
