Changeset 16409 in osm for applications/editors/josm/plugins/routing/src
- Timestamp:
- 2009-07-09T14:36:03+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java
r15707 r16409 160 160 161 161 public void addLayer() { 162 OsmDataLayer osmLayer = Main.ma in.editLayer();162 OsmDataLayer osmLayer = Main.map.mapView.getEditLayer(); 163 163 RoutingLayer layer = new RoutingLayer(tr("Routing") + " [" + osmLayer.name + "]", osmLayer); 164 164 layers.add(layer);
Note:
See TracChangeset
for help on using the changeset viewer.