Changeset 18413 in osm for applications/editors/josm/plugins/addrinterpolation
- Timestamp:
- 2009-11-02T08:46:24+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/addrinterpolation
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/addrinterpolation/build.xml
r18398 r18413 91 91 <attribute name="Plugin-Description" value="Group common Address Interpolation inputs in a single dialog,"/> 92 92 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/> 93 <attribute name="Plugin-Mainversion" value="23 50"/>93 <attribute name="Plugin-Mainversion" value="2381"/> 94 94 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 95 95 </manifest> -
applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java
r18399 r18413 57 57 58 58 /** 59 * 59 * 60 60 */ 61 61 … … 516 516 DataSet currentDataSet = Main.main.getCurrentDataSet(); 517 517 if (currentDataSet != null) { 518 for (Relation relation : currentDataSet. relations) {518 for (Relation relation : currentDataSet.getRelations()) { 519 519 520 520 String relationType = relation.get("type");
Note:
See TracChangeset
for help on using the changeset viewer.