Changeset 19043 in osm for applications/editors/josm/plugins/routes/src/org/openstreetmap
- Timestamp:
- 2009-12-12T13:25:47+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RelationEditMode.java
r17548 r19043 65 65 Way way = Main.map.mapView.getNearestWay(e.getPoint()); 66 66 67 Collection< OsmPrimitive> selectedRelations = Main.main.getCurrentDataSet().getSelectedRelations();67 Collection<Relation> selectedRelations = Main.main.getCurrentDataSet().getSelectedRelations(); 68 68 69 69 if (way != null) {
Note:
See TracChangeset
for help on using the changeset viewer.