wiki:Presets/FranceRoads

Version 2 (modified by whatismoss, 4 years ago) ( diff )

--

This preset can make editing roads in France easier.

Features

  • One-click presets to tag maxspeed zones and living streets.
  • Easy-to-use interfaces for editing Departmental, Communal, Metropolitan and National roads, as well as proposed roads (projects).
  • Full English and French language support.
  • More to come...

Changelog

June 5th 2021 [v0.1]: Initial Release. -- [v0.2]: Fixed minor issues

Preset's Code

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" 
        author="whatismoss" 
        version="0.6_2023-08-23" 
        description="Presets for tagging roads in France" 
        shortdescription="FranceRoads"
        fr.description="Préréglages pour tagger les routes en France" 
        icon="fr.png">
        
        <group name="FranceRoads" fr.name="FranceRoads" icon="fr.png">
        
                <group name="Roads" fr.name="Routes" icon="road.png">
                
                        <item name="Departemental road" fr.name="Route départementale" type="way,closedway" icon="dep.png">
                        
                                <label text="Attributes of a departemental road" fr.text="Attributs d'une route départementale" />
                                <combo key="highway" text="Type of the road" fr.text="Type de la route" values="tertiary,secondary,primary,trunk" display_values="Tertiary,Secondary,Primary,Expressway" fr.display_values="Tertiaire,Secondaire,Primaire,Voie rapide" />
                                <text key="ref" text="Reference of the road." fr.text="Référence de la route." alternative_autocomplete_keys="D 6, D 39, D 950, D 1043, D 6c, D 40e, D845a, D 2952b, D 8e1, D 39e4, D 161e2, D 1925e3" match_expression="ref:D "/>
                                <combo key="maxspeed" text="Max Speed" fr.text="Vitesse Limite" values="20,30,40,45,50,60,70,80,90,110" display_values="20,30,40,45,50 (Default urban),60,70,80 (Default rural),90,110 (Expressway only)" fr.display_values="20,30,40,45,50 (Par défaut en agglo.),60,70,80 (Par défaut hors agglo.),90,110 (Voie rapide seulement)"/>
                                <label text="Warning! The default rural max speed on departemental roads is 90 instead of 80 for the following departements : Cantal, Corrèze, Creuse, Allier." fr.text="Attention ! La vitesse limite par défaut sur les routes départementales est de 90 au lieu de 80 dans les départements suivants : Cantal, Corrèze, Creuse, Allier." />

                                <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/FR:Cartographie_des_routes_en_France#Routes_d.C3.A9partementales_et_m.C3.A9tropolitaines"/>
                        </item>
                        <item name="National road" fr.name="Route nationale" type="way,closedway" icon="nat.png">
                        
                                <label text="Attributes of a national road" fr.text="Attributs d'une route nationale" />
                                <combo key="highway" text="Type of the road" fr.text="Type de la route" values="primary,trunk" display_values="Primary,Expressway" fr.display_values="Primaire,Voie rapide" />
                                <text key="ref" text="Reference of the road." fr.text="Référence de la route." alternative_autocomplete_keys="N 7, N 25, N 227" match_expression="ref:N "/>
                                <combo key="maxspeed" text="Max Speed" fr.text="Vitesse Limite" values="30,40,45,50,60,70,80,90,110" display_values="30,40,45,50 (Default urban),60,70,80 (Default rural),90,110 (Expressway only)" fr.display_values="30,40,45,50 (Par défaut en agglo.),60,70,80 (Par défaut hors agglo.),90,110 (Voie rapide seulement)"/>

                                <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/FR:Cartographie_des_routes_en_France#Routes_nationales_et_inter-r.C3.A9gionales"/>
                        </item>
                        <item name="Metropolitan road" fr.name="Route métropolitaine" type="way,closedway" icon="met.png">
                        
                                <label text="Attributes of a departemental road" fr.text="Attributs d'une route métropolitaine" />
                                <combo key="highway" text="Type of the road" fr.text="Type de la route" values="tertiary,secondary,primary,trunk" display_values="Tertiary,Secondary,Primary,Expressway" fr.display_values="Tertiaire,Secondaire,Primaire,Voie rapide" />
                                <text key="ref" text="Reference of the road." fr.text="Référence de la route." alternative_autocomplete_keys="M 8, M 40, M 660, M 1952, M 5b, M 48a, M 789d, M 8043c" match_expression="ref:M "/>
                                <combo key="maxspeed" text="Max Speed" fr.text="Vitesse Limite" values="20,30,40,45,50,60,70,80,90,110" display_values="20,30,40,45,50 (Default urban),60,70,80 (Default rural),90,110 (Expressway only)" fr.display_values="20,30,40,45,50 (Par défaut en agglo.),60,70,80 (Par défaut hors agglo.),90,110 (Voie rapide seulement)"/>

                                <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/FR:Cartographie_des_routes_en_France#Routes_d.C3.A9partementales_et_m.C3.A9tropolitaines"/>
                        </item>
                        <item name="Communal road" fr.name="Route communale" type="way,closedway" icon="com.png">
                        
                                <label text="Attributes of a communal road" fr.text="Attributs d'une route communale" />
                                <combo key="highway" text="Type of the road" fr.text="Type de la route" values="residential,unclassified,tertiary,secondary" display_values="Residential,Unclassified,Tertiary,Secondary" fr.display_values="Résidentielle,Non classifiée,Tertiaire,Secondaire" />
                                <text key="ref" text="Reference of the road." fr.text="Référence de la route." alternative_autocomplete_keys="C 3, C 11, C 203, C 1024" match_expression="ref:C "/>
                                <combo key="maxspeed" text="Max Speed" fr.text="Vitesse Limite" values="20,30,40,45,50,60,70,80,90" display_values="20,30,40,45,50 (Default urban),60,70,80 (Default rural),90" fr.display_values="20,30,40,45,50 (Par défaut en agglo.),60,70,80 (Par défaut hors agglo.),90"/>

                                <link text="More information on the wiki" fr.text="Plus d'informations sur le wiki" href="https://wiki.openstreetmap.org/wiki/FR:Cartographie_des_routes_en_France#Routes_communales"/>
                        </item>
                        <item name="Proposed road" fr.name="Route en projet" type="way,closedway" icon="proposed.png" preset_name_label="true">
                        
                                <label text="Attributes of a proposed road" fr.text="Attributs d'une route en projet" />
                                <combo key="proposed" text="Type of the proposed road" fr.text="Type de la route en projet" editable="false" values="footway,cycleway,living_street,service,residential,unclassified,tertiary,secondary,primary,trunk,motorway,tertiary_link,secondary_link,primary_link,trunk_link,motorway_link" display_values="Footway,Cycleway,Living street,Service,Residential,Unclassified,Tertiary,Secondary,Primary,Expressway,Motorway,Tertiary link,Secondary link,Primary link,Trunk link,Motorway link" fr.display_values="Chemin piéton,Piste cyclable,Zone de rencontre,Voie de service,Résidentielle,Non classifiée,Tertiaire,Secondaire,Primaire,Voie rapide,Autoroute,Voie d'accès à une route tertiaire,Voie d'accès à une route secondaire,Voie d'accès à une route primaire,Bretelle de voie rapide,Bretelle d'autoroute" />
                                <text key="name" text="Name of the proposed road" fr.text="Nom du projet" />
                                <text key="operator" text="Operator of the proposed road" fr.text="Opérateur du projet" />
                                <text key="check_date" text="Date checked" fr.text="Date de vérification" />
                                <label text="Dates are written with the following format : YYYY-MM-DD" fr.text="Les dates s'écrivent avec le format suivant : AAAA-MM-JJ" />
                                <space />
                                <text key="note" text="Optional note for other contributors of OSM" fr.text="Note optionnelle pour les autres contributeurs d'OSM" />
                                <key key="highway" value="proposed" />
                        </item>
                </group>
                
                <group name="Maxspeeds" fr.name="Vitesses limite" icon="30.png">
                
                        <item name="Maxspeed" fr.name="Vitesse limite" icon="30.png" type="way,closedway">
                                <combo key="maxspeed" text="Max Speed" fr.text="Vitesse Limite" values="10,15,20,30,40,45,50,60,70,80,90,110,130" display_values="10,15,20,30,40,45,50 (Default urban),60,70,80 (Default rural),90,110 (Default expressway),130 (Default motorway)" fr.display_values="10,15,20,30,40,45,50 (Par défaut en agglo.),60,70,80 (Par défaut hors agglo.),90,110 (Par défaut voie rapide),130 (Par défaut autoroute)"/>
                        </item>
                        
                        <item name="Living street" fr.name="Zone de rencontre" icon="living_street-speedzone.png" type="way,closedway">
                                <key key="maxspeed" value="20" />
                                <key key="highway" value="living_street" />
                        </item>

                        <item name="Zone 30" fr.name="Zone 30" icon="zone30.png" type="way,closedway">
                                <key key="maxspeed" value="30" />
                                <key key="zone:maxspeed" value="FR:30" />
                                <key key="source:maxspeed" value="FR:zone30" />
                        </item>

                        <item name="Urban" fr.name="En agglomération" icon="agglo.png" type="way,closedway">
                                <key key="maxspeed" value="50" />
                                <key key="source:maxspeed" value="FR:urban" />
                        </item>

                        <item name="Rural" fr.name="Hors agglomération" icon="hagglo.png" type="way,closedway">
                                <key key="maxspeed" value="80" />
                                <key key="source:maxspeed" value="FR:rural" />
                        </item>
                        
                </group>
                
        </group>
        
</presets>

Presets_FranceRoads-preset.xml, Presets_FranceRoads.zip

Attachments (22)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.