Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel authored and Samuel committed Jun 22, 2019
1 parent a5f78a8 commit 0b705ea
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions trufi_presets.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Samuel Rioja - Trufi Association" version="1.0" link="https://github.com/trufi-app" shortdescription="Trufi Association" description="One click presets for the new Public Transport in Bolivia">
<group name="Trufi Association" icon="presets/transport/bus_old.svg">
<item name="Bus Stop Position" type="node">
<group name="Trufi Association" icon="https://www.trufi.app/wp-content/uploads/2019/02/48.png">
<item name="Stop Position" type="node" icon="presets/transport/bus_old.svg">
<label text="Stop Position"/>
<label text=""/>

<key key="public_transport" value="station"/>
<key key="amenity" value="bus_station"/>
<key key="bus" value="yes"/>
<text key="name" text="Name of the stop" default="" delete_if_empty="true"/>
<text key="name" text="Stop name" default="" delete_if_empty="true"/>
</item>
<item name="Bus Stop Position" type="node" icon="presets/transport/bus_old.svg">
<label text="Stop Position"/>
<label text=""/>

<key key="public_transport" value="station"/>
<key key="amenity" value="bus_station"/>
<key key="bus" value="yes"/>
<text key="name" text="Name of the stop" default="" delete_if_empty="true"/>
</item>
<item name="Bus Stop Position test two" type="node" icon="https://www.trufi.app/wp-content/uploads/2019/02/48.png">
<label text="Stop Position"/>
<label text=""/>

<key key="public_transport" value="station"/>
<key key="amenity" value="bus_station"/>
<key key="bus" value="yes"/>
<text key="name" text="Name of the stop" default="" delete_if_empty="true"/>
</item>

</group>
</presets>

0 comments on commit 0b705ea

Please sign in to comment.