Changeset 16409 in osm for applications/editors/josm/plugins/routing
- Timestamp:
- 2009-07-09T14:36:03+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/routing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/build.xml
r16294 r16409 44 44 <attribute name="Plugin-Description" value="Provides routing capabilities."/> 45 45 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Routing"/> 46 <attribute name="Plugin-Mainversion" value="17 25"/>46 <attribute name="Plugin-Mainversion" value="1755"/> 47 47 <attribute name="Plugin-Stage" value="50"/> 48 48 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
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.