<inputSet ref="path"/>
<inputSet ref="common"/>
<inputset ref="naming"/>
- <input type="choice"
- name="Cycleway type" category="Cycle" description="What kind of bike path is this?"
- key="cycleway" presence="onTagMatch" priority="low">
- <choice value="segregated" text="Segregated" description="Cyclists and pedestrians are separated by a painted line or kerb."/>
- <choice value="shared" text="Shared" description="Cyclists and pedestrians share the full width of the path."/>
+ <input type="choice" name="Cycleway type" category="Cycle" description="What kind of bike path is this?" key="segregated" presence="onTagMatch" priority="low">
+ <choice value="yes" text="Segregated" description="Cyclists and pedestrians are separated by a painted line or kerb." />
+ <choice value="no" text="Shared" description="Cyclists and pedestrians share the full width of the path." />
</input>
</feature>
<inputSet ref="common"/>
</feature>
-</featureGroup>
\ No newline at end of file
+</featureGroup>