Changeset 30145 in osm for applications/editors/josm/plugins/routing/src
- Timestamp:
- 2013-12-22T12:27:11+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java
r29586 r30145 174 174 175 175 public void addLayer() { 176 OsmDataLayer osmLayer = Main.ma p.mapView.getEditLayer();176 OsmDataLayer osmLayer = Main.main.getEditLayer(); 177 177 if (osmLayer != null) { 178 178 RoutingLayer layer = new RoutingLayer(tr("Routing") + " [" + osmLayer.getName() + "]", osmLayer);
Note:
See TracChangeset
for help on using the changeset viewer.