| | 1 | |
| | 2 | == Creation of Trô trô bus stops in Ghana == |
| | 3 | cf. https://wiki.openstreetmap.org/wiki/AccraMobile3 |
| | 4 | |
| | 5 | == The preset itself == |
| | 6 | |
| | 7 | |
| | 8 | {{{ |
| | 9 | #!preset |
| | 10 | <?xml version="1.0" encoding="UTF-8"?> |
| | 11 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Florian Lainez from Jungle Bus" version="0.1" shortdescription="Trôtrô stop" description="For mapping trôtro stops in Accra, Ghana cf. https://wiki.openstreetmap.org/wiki/AccraMobile3"> |
| | 12 | |
| | 13 | |
| | 14 | <item name="Trô trô platform" type="node" icon="share_taxi.svg"> |
| | 15 | <label text="Trôtrô platform"/> |
| | 16 | <label text="---------------------------"/> |
| | 17 | <label text="The exact place where the passengers wait for a Trô tro"/> |
| | 18 | <label text="---------------------------"/> |
| | 19 | |
| | 20 | <key key="source" value="survey summer 2017 - AccraMobile3 project"/> |
| | 21 | <key key="public_transport" value="platform"/> |
| | 22 | <key key="highway" value="bus_stop"/> |
| | 23 | |
| | 24 | <text key="name" text="Name of the stop" default="" delete_if_empty="true"/> |
| | 25 | <check key="official_status" text="Unofficial: no pole / no shelter" delete_if_empty="true" value_on="unofficial"/> |
| | 26 | <combo key="shelter" text="Pole or shelter" values="no, yes" display_values="Pole, Shelter"/> |
| | 27 | <check key="bench" text="Bench" delete_if_empty="true" value_on="yes"/> |
| | 28 | </item> |
| | 29 | |
| | 30 | </presets> |
| | 31 | |
| | 32 | }}} |