Changeset 34107 in osm for applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap
- Timestamp:
- 2018-03-25T05:21:16+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/util/RelationProducer.java
r33778 r34107 44 44 } 45 45 MainApplication.getLayerManager().setActiveLayer(plugin.getOsmlayer()); 46 plugin.getOsmlayer(). data.setSelected(ways);46 plugin.getOsmlayer().getDataSet().setSelected(ways); 47 47 48 48 Relation jrelation = new Relation();
Note:
See TracChangeset
for help on using the changeset viewer.