Changes between Initial Version and Version 1 of Presets/SentieriItaliani


Ignore:
Timestamp:
2014-11-17T14:19:32+01:00 (11 years ago)
Author:
roberto_nonno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Presets/SentieriItaliani

    v1 v1  
     1<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     2        author="roberto"
     3        email="rb.colombo@gmail.com"
     4        website="gruppocorvi.org"
     5        version="0.1"       
     6        shortdescription="hiking/mtb routes with trail marking"
     7        description="Tagging presets for relations mapping hiking routes with trail marking">
     8    <group name="Mountain track project" it.name="Progetto sentieri">       
     9            <item name="path" it.name="sentiero" icon="presets/path.png" type="way" >
     10            <link href="" />
     11            <label text="Hiking path" it.text="Sentiero" />
     12            <space />
     13            <key key="highway" value="path" />
     14            <text key="name" text="name/serial" it.text="Nome/Codice" />
     15            <text key="ref" text="Reference" it.text="Origine"/>
     16                <label text="Hiking attributes" it.text="Attributi sentiero"/>           
     17                <text key="symbol" text="Symbol description" it.text="Descrizione simbolo"/>
     18                    <combo key="sac_scale" text="SAC scale" it.text="Scala SAC">                 
     19                    <list_entry value="hiking" display_value="T1" short_description="T Turistico" />
     20                    <list_entry value="mountain_hiking" display_value="T2" short_description="E Escursionistico" />
     21                    <list_entry value="demanding_mountain_hiking" display_value="T3" short_description="EE Escursionisti Esperti" />
     22                    <list_entry value="alpine_hiking" display_value="T4" short_description="EE Escursionisti Esperti" />
     23                    <list_entry value="demanding_alpine_hiking" display_value="T5" short_description="EEA escursionisti esperti con att. alpinistiche" />
     24                    </combo>
     25               
     26                <label text="MTB attributes" it.text="Attributi mountain bike"/>
     27                    <combo key="bicycle" text="Bicycle" it.text="Bicicletta" >                 
     28                    <list_entry value="yes" display_value="Si" />
     29                    <list_entry value="no" display_value="No" />
     30                    <list_entry value="designated" display_value="designated" />
     31                    <list_entry value="private" display_value="privata" />
     32                    <list_entry value="permissive" display_value="permessive" />
     33                    </combo>>                     
     34                    <combo key="mtb:scale" text="Singletrail Skala" it.text="Singletrail Skala" >                 
     35                    <list_entry value="0" display_value="S0" />
     36                    <list_entry value="1" display_value="S1" />
     37                    <list_entry value="2" display_value="S2" />
     38                    <list_entry value="3" display_value="S3" />
     39                    <list_entry value="4" display_value="S4" />
     40                    <list_entry value="5" display_value="S5" />
     41                    </combo>
     42                    <combo key="mtb:scale:uphill" text="Uphill difficulty" it.text="Difficoltà salita" >                 
     43                    <list_entry value="0" display_value="0" />
     44                    <list_entry value="1" display_value="1" />
     45                    <list_entry value="2" display_value="2" />
     46                    <list_entry value="3" display_value="3" />
     47                    <list_entry value="4" display_value="4" />
     48                    <list_entry value="5" display_value="5" />
     49                    </combo>>
     50                <link href="https://wiki.openstreetmap.org/wiki/IT:Key:mtb:scale" />
     51         <optional>
     52                <text key="width" text="width" it.text="larghezza" />
     53                <combo key="trail_visibility" text="Trail visibility and orientation" it.text="Visibilità traccia sentiero">
     54                    <list_entry value="excellent" display_value="eccellente"/>
     55                    <list_entry value="good" display_value="buona"/>
     56                    <list_entry value="intermediate" display_value="discreta"/>
     57                    <list_entry value="bad" display_value="cattiva"/>
     58                    <list_entry value="horrible" display_value="pessima"/>
     59                    <list_entry value="no" display_value="non visibile"/>
     60                    </combo>
     61                <combo key="maintenance" text="maintenance" it.text="Manutenzione sentiero">
     62                    <list_entry value="ok" display_value="buona" />
     63                    <list_entry value="poor" display_value="cattiva" />
     64                    <list_entry value="no" display_value="nessuna" />
     65                    <list_entry value="needs_repair" display_value="necessaria_manutenzione" />
     66                    </combo>
     67            <text key="operator" text="Operator" it.text="Operatore"/>
     68            <text key="website" text="website" it.text="Pagina web"/>
     69            <text key="color" text="Color (HTML name or hexadecimal code)" it.text="Colore (Nome html o codice esadecimale)" />
     70        </optional>
     71</item>
     72<item name="via ferrata" it.name="Via ferrata" icon="presets/path.png" type="way" >
     73            <link href="http://wiki.openstreetmap.org/wiki/Proposed_features/via_ferrata" />
     74            <label text="Via ferrata" it.text="Via ferrata" />
     75            <space />
     76            <key key="highway" value="via_ferrata" />
     77            <text key="name" text="Name" it.text="Nome/Codice" />
     78            <text key="ref" text="Reference" it.text="Origine" />
     79            <text key="symbol" text="Symbol description" it.text="Descrizione simbolo"/>
     80            <text key="description" text="Description" it.text="Descrizione" />
     81            <optional>
     82                <combo key="via_ferrata_scale" text="Difficulty scale" it.text="Grado difficoltà">
     83                    <list_entry value="1" display_value="F" short_description="Facile" />
     84                    <list_entry value="2" display_value="MD" short_description="Mediamente difficile" />
     85                    <list_entry value="3" display_value="D" short_description="Difficile" />
     86                    <list_entry value="4" display_value="TD" short_description="Terribilimente difficile" />
     87                    <list_entry value="5" display_value="ED" short_description="Estremamente difficile" />
     88                </combo>
     89            <text key="operator" text="Operator" it.text="Operatore"/>
     90                <text key="website" text="website" it.text="Pagina web"/>               
     91                <combo key="color" text="Color (HTML name or hexadecimal code)" it.text="Colore (Nome html o codice esadecimale)" values_context="color" values="black,brown,green,red,blue,gray,white,#CD853F" />
     92                <combo key="osmc:symbol" text="Machine-Readable Hiking Path Symbol" it.text="Simbolo" values="red:white:red_bar,green:white:green_dot,blue:white:blue_slash,yellow:white:yellow_x,orange:white:orange_backslash,black:white_round:black_diamond"
     93                      display_values="red bar,green dot,blue slash,yellow x,orange backslash,black diamond in white circle" />
     94                <link href="http://wiki.openstreetmap.org/wiki/Key:osmc:symbol"                 
     95                      it.href="http://wiki.openstreetmap.org/wiki/IT:Key:osmc:symbol" it.text="Simbolo OSMC" />
     96                <link href="http://wiki.openstreetmap.org/wiki/DE:Wanderweg-Symbole" text="Trail markings" />               
     97            </optional>
     98            <roles>
     99                <role key="forward" text="forward segment" requisite="optional" type="way" />
     100                <role key="backward" text="backward segment" requisite="optional" type="way" />               
     101            </roles>
     102        </item>
     103    </group>
     104</presets>