Skip to content

Commit

Permalink
Add support for taxi_vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 18, 2024
1 parent e983593 commit 04cedc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6122,6 +6122,14 @@
<link wiki="Tag:amenity=taxi"/>
<space/>
<key key="amenity" value="taxi"/>
<optional>
<multiselect key="taxi_vehicle" text="Vehicle tyoe" values_searchable="true">
<list_entry value="auto_rickshaw" display_value="Auto rickshaw"/>
<list_entry value="cycle_rickshaw" display_value="Cycle rickshaw"/>
<list_entry value="motorcar" display_value="Car"/>
<list_entry value="motorcycle" display_value="Motorcycle"/>
</multiselect>
</optional>
<reference ref="optional_name"/>
</item> <!-- Taxi -->
<separator/>
Expand Down

0 comments on commit 04cedc2

Please sign in to comment.