Changeset 34107 in osm for applications/editors/josm/plugins/junctionchecking
- Timestamp:
- 2018-03-25T05:21:16+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/junctionchecking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/build.xml
r33778 r34107 3 3 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="1 2636"/>5 <property name="plugin.main.version" value="13558"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
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.