Ignore:
Timestamp:
2009-11-02T08:46:24+01:00 (15 years ago)
Author:
jttt
Message:

Replace Dataset.nodes with getNodes(), etc

Location:
applications/editors/josm/plugins/addrinterpolation
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/addrinterpolation/build.xml

    r18398 r18413  
    9191                <attribute name="Plugin-Description" value="Group common Address Interpolation inputs in a single dialog,"/>
    9292                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/AddrInterpolation"/>
    93                 <attribute name="Plugin-Mainversion" value="2350"/>
     93                <attribute name="Plugin-Mainversion" value="2381"/>
    9494                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9595            </manifest>
  • applications/editors/josm/plugins/addrinterpolation/src/org/openstreetmap/josm/plugins/AddrInterpolation/AddrInterpolationDialog.java

    r18399 r18413  
    5757
    5858/**
    59  * 
     59 *
    6060 */
    6161
     
    516516                DataSet currentDataSet = Main.main.getCurrentDataSet();
    517517                if (currentDataSet != null) {
    518                         for (Relation relation : currentDataSet.relations) {
     518                        for (Relation relation : currentDataSet.getRelations()) {
    519519
    520520                                String relationType = relation.get("type");
Note: See TracChangeset for help on using the changeset viewer.