Changes between Initial Version and Version 1 of Presets/Rattateed


Ignore:
Timestamp:
2026-03-29T22:13:15+02:00 (5 weeks ago)
Author:
Zverikk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Rattateed

    v1 v1  
     1== Tõelised Rattateed Preset ==
     2
     3This preset is for mapping quickly data collected on city cycleways. It adheres to this tagging schema: https://wiki.openstreetmap.org/wiki/Tallinna_Rattateed
     4
     5Add the group to the toolbar, and you can update tags in just a couple clicks!
     6
     7=== XML Definition ===
     8
     9{{{
     10#!preset
     11<?xml version="1.0" encoding="UTF-8"?>
     12<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     13        author="Ilja Zverev"
     14        version="1.[[revision]]_[[date]]"
     15        shortdescription="Tõelised rattateed"
     16        en.shortdescription="Proper cycling routes"
     17        description="Set of tags for bicycle lanes and tracks for the mapping project"
     18        link="https://wiki.openstreetmap.org/wiki/Tallinna_Rattateed#Crossings"
     19        lang="en">
     20
     21<group name="Tõelised rattateed" icon="presets/transport/way/dedicated_cycleway.svg">
     22  <item name="Non-signed Shared" type="way">
     23    <label text="Implicitly shared bike+foot path with no bicycle signs"/>
     24    <text key="check_date" text="Check date" use_last_as_default="force"/>
     25    <combo key="highway" text="Highway type" values="cycleway,path" values_sort="false"/>
     26    <key key="bicycle" value="yes"/>
     27    <key key="foot" value="designated"/>
     28    <key key="segregated" value="no"/>
     29    <text key="width" text="Full width (meters)"/>
     30    <text key="cycleway:width" text="Min cyclable width (meters)"/>
     31    <combo key="surface" text="Surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     32    <combo key="smoothness:ecs" text="ECS smoothness" values="perfect,good,moderate,bad" values_sort="false"/>
     33  </item>
     34
     35  <item name="Shared" type="way">
     36    <label text="Shared bike+foot path, no separation"/>
     37    <text key="check_date" text="Check date" use_last_as_default="force"/>
     38    <combo key="highway" text="Highway type" values="footway,cycleway,path" values_sort="false"/>
     39    <key key="bicycle" value="designated"/>
     40    <key key="foot" value="designated"/>
     41    <key key="segregated" value="no"/>
     42    <text key="width" text="Full width (meters)"/>
     43    <text key="cycleway:width" text="Min cyclable width (meters)"/>
     44    <combo key="surface" text="Surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     45    <combo key="smoothness:ecs" text="ECS smoothness" values="perfect,good,moderate,bad" values_sort="false"/>
     46  </item>
     47
     48  <item name="Segregated" type="way">
     49    <label text="Segregated bike+foot path"/>
     50    <text key="check_date" text="Check date" use_last_as_default="force"/>
     51    <combo key="highway" text="Highway type" values="footway,cycleway,path" values_sort="false"/>
     52    <key key="bicycle" value="designated"/>
     53    <key key="foot" value="designated"/>
     54    <key key="segregated" value="yes"/>
     55    <combo key="cycleway:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>
     56    <text key="width" text="Full width (meters)"/>
     57    <text key="cycleway:width" text="Min cyclable width (meters)"/>
     58    <combo key="surface" text="Surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     59    <combo key="cycleway:surface" text="Cycleway surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     60    <combo key="footway:surface" text="Footway surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     61    <combo key="cycleway:surface:colour" text="Cycleway colour" values="none,red,blue" values_sort="false"/>
     62    <combo key="cycleway:smoothness:ecs" text="ECS smoothness" values="perfect,good,moderate,bad" values_sort="false"/>
     63    <check key="oneway:bicycle" text="Oneway for bicycle"/>
     64  </item>
     65
     66  <item name="Dedicated" type="way">
     67    <label text="Dedicated cycleway"/>
     68    <text key="check_date" text="Check date" use_last_as_default="force"/>
     69    <key key="highway" value="cycleway"/>
     70    <key key="bicycle" value="designated"/>
     71    <combo key="foot" text="Foot access" values="no,discouraged" default="no"/>
     72    <text key="width" text="Full width (meters)"/>
     73    <combo key="surface" text="Surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false" default="asphalt"/>
     74    <combo key="smoothness:ecs" text="ECS smoothness" values="perfect,good,moderate,bad" values_sort="false"/>
     75    <combo key="surface:colour" text="Surface colour" values="none,red,blue" values_sort="false"/>
     76    <check key="oneway:bicycle" text="Oneway for bicycle"/>
     77  </item>
     78
     79  <separator/>
     80
     81  <item name="Lane Right" type="way">
     82    <label text="Lane to the right"/>
     83    <text key="cycleway:check_date" text="Check date" use_last_as_default="force"/>
     84    <combo key="cycleway:right" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/>
     85    <combo key="cycleway:right:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>
     86    <text key="cycleway:right:width" text="Min cyclable width (meters)"/>
     87    <combo key="cycleway:right:surface:colour" text="Surface colour" values="none,red,blue" values_sort="false"/>
     88    <combo key="surface" text="Surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     89    <combo key="cycleway:right:surface" text="Cycleway surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     90    <combo key="cycleway:smoothness:ecs" text="ECS smoothness" values="perfect,good,moderate,bad" values_sort="false"/>
     91    <check key="oneway:bicycle" text="Oneway for bicycle" default="yes"/>
     92  </item>
     93
     94  <item name="Lane Left" type="way">
     95    <label text="Lane to the left"/>
     96    <text key="cycleway:check_date" text="Check date" use_last_as_default="force"/>
     97    <combo key="cycleway:left" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/>
     98    <combo key="cycleway:left:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>
     99    <text key="cycleway:left:width" text="Min cyclable width (meters)"/>
     100    <combo key="cycleway:left:surface:colour" text="Surface colour" values="none,red,blue" values_sort="false"/>
     101    <combo key="surface" text="Surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     102    <combo key="cycleway:left:surface" text="Cycleway surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     103    <combo key="cycleway:smoothness:ecs" text="ECS smoothness" values="perfect,good,moderate,bad" values_sort="false"/>
     104    <check key="oneway:bicycle" text="Oneway for bicycle" default="yes"/>
     105  </item>
     106
     107  <item name="Lane Both" type="way">
     108    <label text="Cycle lanes on both sides (try not using)"/>
     109    <text key="cycleway:check_date" text="Check date" use_last_as_default="force"/>
     110    <combo key="cycleway:both" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/>
     111    <combo key="cycleway:both:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>
     112    <text key="cycleway:both:width" text="Min cyclable width (meters)"/>
     113    <combo key="cycleway:both:surface:colour" text="Surface colour" values="none,red,blue" values_sort="false"/>
     114    <combo key="surface" text="Surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     115    <combo key="cycleway:both:surface" text="Cycleway surface" values="asphalt,paving_stones,metal_grid,wood,fine_gravel,woodchips,compacted" values_sort="false"/>
     116    <combo key="cycleway:smoothness:ecs" text="ECS smoothness" values="perfect,good,moderate,bad" values_sort="false"/>
     117    <check key="oneway:bicycle" text="Oneway for bicycle" default="yes"/>
     118  </item>
     119</group>
     120
     121</presets>
     122}}}