Rev 287 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 288 2013-02-13 10:36:04
- Author: gerd
- Log message:
- Implement parameter boundary-tags.
Purpose: Allow to filter boundary relations in the problem-list-generator
It tells splitter an include list of tag values for the boundary tag. It is
used to filter type=boundary or type=multipolygon relations.
If these relations do also have a boundary tag, the parameter is used as follows:
--boundary-tags=use-exclude-list (the default) means that the relation is added to the problem list if the boundary tag is not one of
"administrative", "postal_code", "political"
--boundary-tags= (empty list) means that the relation not is added to the problem list if it has a boundary tag
--boundary-tags=a,b,c means that the relation is added to the problem list if it has a boundary tag with any of the given values