Ignore:
Timestamp:
2009-07-09T14:36:03+02:00 (15 years ago)
Author:
stoecker
Message:

updated

Location:
applications/editors/josm/plugins/routing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/routing/build.xml

    r16294 r16409  
    4444                <attribute name="Plugin-Description" value="Provides routing capabilities."/>
    4545                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Routing"/>
    46                 <attribute name="Plugin-Mainversion" value="1725"/>
     46                <attribute name="Plugin-Mainversion" value="1755"/>
    4747                <attribute name="Plugin-Stage" value="50"/>
    4848                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
  • applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java

    r15707 r16409  
    160160
    161161    public void addLayer() {
    162         OsmDataLayer osmLayer = Main.main.editLayer();
     162        OsmDataLayer osmLayer = Main.map.mapView.getEditLayer();
    163163        RoutingLayer layer = new RoutingLayer(tr("Routing") + " [" + osmLayer.name + "]", osmLayer);
    164164        layers.add(layer);
Note: See TracChangeset for help on using the changeset viewer.