Modify ↓
#6792 closed defect (fixed)
validator: relation type boundary enhancements
Reported by: | Larry0ua | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | latest |
Keywords: | Cc: |
Description
The issue is that relation type=boundary is validated incorrectly.
Take into account:
- role label should be point, optional and not more than one
- role admin_centre should be point, optional and not more than one.
I think the next lines should be added to defaultpresets.xml instead of 4302:
<role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" /> <role key="label" text="Label point" requisite="optional" type="node" count="1" />
wiki page: http://wiki.openstreetmap.org/wiki/Relation:boundary#Relation_Members
Attachments (1)
Note:
See TracTickets
for help on using tickets.
patch for defaultpresets file modification