Changeset 25705 in osm for applications/editors/josm


Ignore:
Timestamp:
2011-03-25T10:16:52+01:00 (14 years ago)
Author:
zverik
Message:

fix asking for boundary tags on multipolygoon (reltoolbox plugin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java

    r25702 r25705  
    7272            addBoundaryMembers(rel);
    7373        List<Command> list = removeTagsFromInnerWays(rel);
    74         if( !askForAdminLevelAndName(rel) )
    75             return;
     74        if( isBoundary )
     75            if( !askForAdminLevelAndName(rel) )
     76                return;
    7677        if( isBoundary && getPref("boundaryways") )
    7778            list.addAll(fixWayTagsForBoundary(rel));
Note: See TracChangeset for help on using the changeset viewer.