Opened 15 years ago
Closed 15 years ago
#4192 closed enhancement (fixed)
xml statement for check preset
Reported by: | EtienneChove | Owned by: | EtienneChove |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Internal preset | Version: | |
Keywords: | preset, file format | Cc: |
Description
The xml check statement looks like :
<check key="oneway"
text="OneWay"
default="off"
delete_if_empty="true" />
It's not possible to specify tag value. We'd like to provide a preset like :
<check key="shop"
text="With kiosk"
value_on="kiosk"
value_off=""
default="off"
delete_if_empty="true" />
This could be usefull for example for services.
Attachments (0)
Change History (3)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:2 by , 15 years ago
When tagging a fuel station, I want a check to indicate if there is a kiosk associated with fuel station. If it is checked, I want to add shop=kiosk. If it is not checked, I do not want to add anything.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | needinfo → closed |
Please provide a real life example. Currently I see no use in supporting what you request.