Skip to content
Snippets Groups Projects
defaultpresets.xml 856.80 KiB
<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
<!--
    Pics have been derived from
    https://de.wikipedia.org/wiki/Bildtafel_der_Verkehrszeichen_in_Deutschland (german street sign SVGs)
    https://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg (various monochrome pictograms)
    https://www.kde.org
    https://openclipart.org/media/view/media/clip_art
    http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn)

    Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
-->

    <!-- Item chunks -->
    <chunk id="surface">
        <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,grass_paver,compacted,fine_gravel,gravel,pebblestone,ground,mud,sand,grass,wood,metal" />
    </chunk>
    <chunk id="surface_smoothness">
        <reference ref="surface" />
        <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
            <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
            <list_entry value="good" short_description="Thin Wheels: racing bike" />
            <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
            <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
            <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
            <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
            <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
            <list_entry value="impassable" short_description="No wheeled vehicle" />
        </combo>
    </chunk>
    <chunk id="riding_surface">
        <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
        <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
    </chunk>
    <chunk id="highway_base">
        <space />
        <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
        <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
        <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
        <space />
        <text key="maxspeed" text="Max. speed (km/h)" />
        <text key="maxspeed:forward" text="Max. speed in way direction" />
        <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
        <space />
        <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
        <reference ref="surface_smoothness" />
    </chunk>
    <chunk id="highway_yesno_incline">
        <check key="bridge" text="Bridge" disable_off="true" />
        <check key="tunnel" text="Tunnel" disable_off="true" />
        <check key="cutting" text="Cutting" disable_off="true" />
        <check key="embankment" text="Embankment" disable_off="true" />
        <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down"/>
    </chunk>
    <chunk id="highway_yesno_incline_oneway">
        <check key="oneway" text="Oneway" />
        <reference ref="highway_yesno_incline" />
    </chunk>
    <chunk id="highway_yesno_incline_oneway_lit">
        <reference ref="highway_yesno_incline_oneway" />
        <check key="lit" text="Lit" />
    </chunk>
    <chunk id="highway_yesno_incline_oneway_lit_width">
        <reference ref="highway_yesno_incline_oneway_lit" />
        <text key="width" text="Width (meters)" />
    </chunk>
    <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
        <reference ref="highway_yesno_incline_oneway_lit_width" />
        <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
    </chunk>