Opened 16 years ago
Closed 16 years ago
#1982 closed enhancement (fixed)
tagging presets also for relations
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Internal preset | Version: | latest |
Keywords: | Cc: |
Description
it would be nice if one could define presets for relations.
i would define something like this:
<presets>
<group name="Shops">
<item name="Moebelladen">
<label text="Moebelladen"/>
<key key="shop" value="furniture" />
</item>
</group>
<group name="Relations">
<item name="Route" type="relation">
<label text="Route"/>
<key key="type" value="route" />
<combo key="route" text="routetype:" values="bus,tram,rail" default="" delete_if_empty="true" />
<text key="ref" text="ref:" default="" delete_if_empty="true" />
<text key="operator" text="operator:" default="" delete_if_empty="true" />
<text key="name" text="name:" default="" delete_if_empty="true" />
</item>
</group>
</presets>
then i would select some objects, choose the Relations-->route preset, fill the upcoming form and all selected objects become member of this new created relation
Attachments (0)
Change History (7)
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:4 by , 16 years ago
Status: | reopened → new |
---|
comment:5 by , 16 years ago
Added a set for multipolygon and turn restrictions. This was possible already for a long time. Still better handling of the members needs to be done.
comment:6 by , 16 years ago
Owner: | changed from | to
---|
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
While having a quite nice description this is still a duplicate of #478, sorry. I set reference there, so nothing will be hidden by closing this ticket.