Changeset 25719 in osm
- Timestamp:
- 2011-03-25T20:16:15+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/src/relcontext/actions/CreateMultipolygonAction.java
r25709 r25719 39 39 if( property.equals("boundary") ) return false; 40 40 else if( property.equals("boundaryways") ) return true; 41 else if( property.equals("tags") ) return false;41 else if( property.equals("tags") ) return true; 42 42 else if( property.equals("single") ) return true; 43 43 throw new IllegalArgumentException(property);
Note:
See TracChangeset
for help on using the changeset viewer.