Changeset 19050 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2009-12-12T17:34:12+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r18892 r19050 52 52 <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/> 53 53 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/> 54 <attribute name="Plugin-Mainversion" value="2 510"/>54 <attribute name="Plugin-Mainversion" value="2620"/> 55 55 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 56 56 </manifest> -
applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/SplitAreaByEmptyWayAction.java
r18892 r19050 53 53 public void actionPerformed(ActionEvent e) { 54 54 55 Collection< OsmPrimitive> selectedWays = Main.main.getCurrentDataSet().getSelectedWays();55 Collection<Way> selectedWays = Main.main.getCurrentDataSet().getSelectedWays(); 56 56 Collection<OsmPrimitive> newSelection = Main.main.getCurrentDataSet().getSelected(); 57 57
Note:
See TracChangeset
for help on using the changeset viewer.