Changeset 18413 in osm for applications/editors/josm/plugins/czechaddress
- Timestamp:
- 2009-11-02T08:46:24+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/build.xml
r18404 r18413 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="23 23"/>54 <attribute name="Plugin-Mainversion" value="2381"/> 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
r17603 r18413 124 124 } 125 125 126 for (Relation relation : Main.main.getCurrentDataSet(). relations)126 for (Relation relation : Main.main.getCurrentDataSet().getRelations()) 127 127 for (RelationMember areaMember : relation.getMembers()) 128 128 if (area.equals(areaMember.getMember()))
Note:
See TracChangeset
for help on using the changeset viewer.