Changeset 29525 in osm for applications/editors/josm/plugins/routing
- Timestamp:
- 2013-04-21T15:15:09+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/src/com/innovant/josm/plugin/routing/RoutingPlugin.java
r28624 r29525 270 270 try { 271 271 // Remove layer 272 Main.ma p.mapView.removeLayer(layersArray[i]);272 Main.main.removeLayer(layersArray[i]); 273 273 } catch (IllegalArgumentException e) { 274 274 }
Note:
See TracChangeset
for help on using the changeset viewer.