Changeset 32329 in osm for applications/editors/josm/plugins/routes
- Timestamp:
- 2016-06-19T16:08:56+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/routes
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/routes/RoutesPlugin.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routes/build.xml
r32310 r32329 2 2 <project name="routes" default="dist" basedir="."> 3 3 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 4 <property name="plugin.main.version" value=" 8811"/>4 <property name="plugin.main.version" value="10279"/> 5 5 <property name="josm" location="../../core/dist/josm-custom.jar"/> 6 6 <property name="plugin.dist.dir" value="../../dist"/> -
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.
