Changes between Version 1 and Version 2 of Presets/Rattateed


Ignore:
Timestamp:
2026-04-03T13:13:19+02:00 (4 weeks ago)
Author:
Zverikk
Comment:

calculated check dates, and fix unsigned footways

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Rattateed

    v1 v2  
    22
    33This preset is for mapping quickly data collected on city cycleways. It adheres to this tagging schema: https://wiki.openstreetmap.org/wiki/Tallinna_Rattateed
     4
     5It depends on a class inside the https://wiki.openstreetmap.org/wiki/JOSM/Plugins/utilsplugin2 plugin.
    46
    57Add the group to the toolbar, and you can update tags in just a couple clicks!
     
    2224  <item name="Non-signed Shared" type="way">
    2325    <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    <combo key="check_date" text="Check date" use_last_as_default="force" values_from="org.openstreetmap.josm.plugins.utilsplugin2.preset.DateValues#lastTwoWeeks" values_sort="false"/>
     27    <combo key="highway" text="Highway type" values="footway,path" values_sort="false"/>
    2628    <key key="bicycle" value="yes"/>
    2729    <key key="foot" value="designated"/>
     
    3537  <item name="Shared" type="way">
    3638    <label text="Shared bike+foot path, no separation"/>
    37     <text key="check_date" text="Check date" use_last_as_default="force"/>
     39    <combo key="check_date" text="Check date" use_last_as_default="force" values_from="org.openstreetmap.josm.plugins.utilsplugin2.preset.DateValues#lastTwoWeeks" values_sort="false"/>
    3840    <combo key="highway" text="Highway type" values="footway,cycleway,path" values_sort="false"/>
    3941    <key key="bicycle" value="designated"/>
     
    4850  <item name="Segregated" type="way">
    4951    <label text="Segregated bike+foot path"/>
    50     <text key="check_date" text="Check date" use_last_as_default="force"/>
     52    <combo key="check_date" text="Check date" use_last_as_default="force" values_from="org.openstreetmap.josm.plugins.utilsplugin2.preset.DateValues#lastTwoWeeks" values_sort="false"/>
    5153    <combo key="highway" text="Highway type" values="footway,cycleway,path" values_sort="false"/>
    5254    <key key="bicycle" value="designated"/>
     
    6668  <item name="Dedicated" type="way">
    6769    <label text="Dedicated cycleway"/>
    68     <text key="check_date" text="Check date" use_last_as_default="force"/>
     70    <combo key="check_date" text="Check date" use_last_as_default="force" values_from="org.openstreetmap.josm.plugins.utilsplugin2.preset.DateValues#lastTwoWeeks" values_sort="false"/>
    6971    <key key="highway" value="cycleway"/>
    7072    <key key="bicycle" value="designated"/>
     
    8183  <item name="Lane Right" type="way">
    8284    <label text="Lane to the right"/>
    83     <text key="cycleway:check_date" text="Check date" use_last_as_default="force"/>
     85    <combo key="cycleway:check_date" text="Check date" use_last_as_default="force" values_from="org.openstreetmap.josm.plugins.utilsplugin2.preset.DateValues#lastTwoWeeks" values_sort="false"/>
    8486    <combo key="cycleway:right" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/>
    8587    <combo key="cycleway:right:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>
     
    9496  <item name="Lane Left" type="way">
    9597    <label text="Lane to the left"/>
    96     <text key="cycleway:check_date" text="Check date" use_last_as_default="force"/>
     98    <combo key="cycleway:check_date" text="Check date" use_last_as_default="force" values_from="org.openstreetmap.josm.plugins.utilsplugin2.preset.DateValues#lastTwoWeeks" values_sort="false"/>
    9799    <combo key="cycleway:left" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/>
    98100    <combo key="cycleway:left:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>
     
    107109  <item name="Lane Both" type="way">
    108110    <label text="Cycle lanes on both sides (try not using)"/>
    109     <text key="cycleway:check_date" text="Check date" use_last_as_default="force"/>
     111    <combo key="cycleway:check_date" text="Check date" use_last_as_default="force" values_from="org.openstreetmap.josm.plugins.utilsplugin2.preset.DateValues#lastTwoWeeks" values_sort="false"/>
    110112    <combo key="cycleway:both" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/>
    111113    <combo key="cycleway:both:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>