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

Replace Dataset.nodes with getNodes(), etc

Location:
applications/editors/josm/plugins/czechaddress
Files:
2 edited

Legend:

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

    r18404 r18413  
    5252            <attribute name="Plugin-Description" value="Creating and handling address nodes and buildings within Czech Republic."/>
    5353            <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/Cz:JOSM/Plugins/CzechAddress"/>
    54             <attribute name="Plugin-Mainversion" value="2323"/>
     54            <attribute name="Plugin-Mainversion" value="2381"/>
    5555            <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    5656        </manifest>
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/actions/SplitAreaByEmptyWayAction.java

    r17603 r18413  
    124124        }
    125125
    126         for (Relation relation : Main.main.getCurrentDataSet().relations)
     126        for (Relation relation : Main.main.getCurrentDataSet().getRelations())
    127127            for (RelationMember areaMember : relation.getMembers())
    128128                if (area.equals(areaMember.getMember()))
Note: See TracChangeset for help on using the changeset viewer.