Changeset 18413 in osm for applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap
- Timestamp:
- 2009-11-02T08:46:24+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.