Changes between Version 1 and Version 2 of Presets/Rattateed
- Timestamp:
- 2026-04-03T13:13:19+02:00 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/Rattateed
v1 v2 2 2 3 3 This preset is for mapping quickly data collected on city cycleways. It adheres to this tagging schema: https://wiki.openstreetmap.org/wiki/Tallinna_Rattateed 4 5 It depends on a class inside the https://wiki.openstreetmap.org/wiki/JOSM/Plugins/utilsplugin2 plugin. 4 6 5 7 Add the group to the toolbar, and you can update tags in just a couple clicks! … … 22 24 <item name="Non-signed Shared" type="way"> 23 25 <label text="Implicitly shared bike+foot path with no bicycle signs"/> 24 < textkey="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"/> 26 28 <key key="bicycle" value="yes"/> 27 29 <key key="foot" value="designated"/> … … 35 37 <item name="Shared" type="way"> 36 38 <label text="Shared bike+foot path, no separation"/> 37 < textkey="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"/> 38 40 <combo key="highway" text="Highway type" values="footway,cycleway,path" values_sort="false"/> 39 41 <key key="bicycle" value="designated"/> … … 48 50 <item name="Segregated" type="way"> 49 51 <label text="Segregated bike+foot path"/> 50 < textkey="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"/> 51 53 <combo key="highway" text="Highway type" values="footway,cycleway,path" values_sort="false"/> 52 54 <key key="bicycle" value="designated"/> … … 66 68 <item name="Dedicated" type="way"> 67 69 <label text="Dedicated cycleway"/> 68 < textkey="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"/> 69 71 <key key="highway" value="cycleway"/> 70 72 <key key="bicycle" value="designated"/> … … 81 83 <item name="Lane Right" type="way"> 82 84 <label text="Lane to the right"/> 83 < textkey="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"/> 84 86 <combo key="cycleway:right" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/> 85 87 <combo key="cycleway:right:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/> … … 94 96 <item name="Lane Left" type="way"> 95 97 <label text="Lane to the left"/> 96 < textkey="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"/> 97 99 <combo key="cycleway:left" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/> 98 100 <combo key="cycleway:left:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/> … … 107 109 <item name="Lane Both" type="way"> 108 110 <label text="Cycle lanes on both sides (try not using)"/> 109 < textkey="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"/> 110 112 <combo key="cycleway:both" text="Lane type" values="lane,shared_lane,busway_shared" values_sort="false" editable="false" default="lane"/> 111 113 <combo key="cycleway:both:separation" text="Separation" values="no,lowered_kerb,kerb" values_sort="false"/>
