Modify ↓
Opened 11 years ago
Last modified 11 years ago
#11091 new enhancement
Smartly create boundary relations
| Reported by: | naoliv | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | boundary multipolygon relation | Cc: |
Description
Select one close way with these tags:
name = foo
admin_level = 10
place = suburb
boundary = administrative
Then Ctrl + B it to create a relation.
Now we have a relation with type = multipolygon while it should be type = boundary
Could JOSM be smarter on this case? Maybe detecting admin_level and/or boundary = administrative.
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
| Keywords: | boundary multipolygon relation added |
|---|
comment:2 by , 11 years ago
Note:
See TracTickets
for help on using tickets.



Currently, this is where the
reltoolboxcomes into play, see #9585 andCreateMultipolygonAction.javafromreltoolbox…