-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |