Ticket #20102: josm_area_highway_preset.xml

File josm_area_highway_preset.xml, 1.2 KB (added by Woazboat, 3 years ago)

(Rudimentary) preset for area:highway

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" author="Woazboat" description="Preset for highway area tagging" shortdescription="Highway area" version="1.0">
3 <group name="Highway Area">
4 <item icon="presets/transport/way/way_unclassified.svg" name="Highway area" type="closedway,multipolygon">
5 <label text="Highway area"/>
6 <combo key="area:highway" text="Highway type" values="motorway,trunk,primary,secondary,tertiary,unclassified,residential,road,living_street,pedestrian,raceway,motorway_link,trunk_link,primary_link,secondary_link,tertiary_link,service,cycleway,footway,track,bridleway,path,construction,proposed,steps,bus_guideway,escape,traffic_island,bus_stop,bus,taxi_stop,emergency,shoulder,passing_place,turning_circle,turning_loop" match="key!" values_searchable="true"/>
7 <optional text="For junctions">
8 <combo key="junction" text="Junction" values="yes,roundabout,y_junction" values_searchable="true"/>
9 </optional>
10 <link href="https://wiki.openstreetmap.org/wiki/Proposed_features/Street_area"/>
11 </item>
12 </group>
13</presets>