| 1 | <annotations>
|
|---|
| 2 | <item name="Highway" type="way">
|
|---|
| 3 | <label text="Inserting a highway" />
|
|---|
| 4 | <text key="name" text="Highway (e.g. M3)" />
|
|---|
| 5 | <combo key="highway" text="Highway type" values="unclassified,residential,primary,secondary,motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,unclassified,track,residential,service,bridleway,cyclway,footway,steps" />
|
|---|
| 6 | </item>
|
|---|
| 7 |
|
|---|
| 8 | <item name="Junction">
|
|---|
| 9 | <label text="Inserting a junction" />
|
|---|
| 10 | <text key="name" text="Junction name" />
|
|---|
| 11 | <combo key="junction" text="Junction type" values="roundabout" />
|
|---|
| 12 | </item>
|
|---|
| 13 |
|
|---|
| 14 | <item name="Highway nodes" type="node">
|
|---|
| 15 | <label text="Highway node types" />
|
|---|
| 16 | <text key="name" text="Node name" />
|
|---|
| 17 | <combo key="highway" text="Highway node type" values="mini_roundabout,stop,traffic_signals,crossing,gate,stile,cattle_grid,toll_booth,incline,incline_steep,bridge,viaduct,motorway_junction,services,ford,bus_stop " />
|
|---|
| 18 | </item>
|
|---|
| 19 |
|
|---|
| 20 | <item name="Cycleway" type="way">
|
|---|
| 21 | <label text="Inserting a cycleway" />
|
|---|
| 22 | <text key="name" text="Cycleway name" />
|
|---|
| 23 | <combo key="cycleway" text="Cycleway type" values="lane,track,opposite_lane,opposite_track,opposite" />
|
|---|
| 24 | </item>
|
|---|
| 25 |
|
|---|
| 26 | <item name="Waterway" type="way">
|
|---|
| 27 | <label text="Inserting a waterway" />
|
|---|
| 28 | <text key="name" text="Waterway name" />
|
|---|
| 29 | <combo key="waterway" text="Waterway type" values="river,canal,drain" />
|
|---|
| 30 | </item>
|
|---|
| 31 |
|
|---|
| 32 | <item name="Waterway nodes" type="node">
|
|---|
| 33 | <label text="Inserting a waterway node" />
|
|---|
| 34 | <text key="name" text="Waterway node name" />
|
|---|
| 35 | <combo key="waterway" text="Waterway node type" values="lock_gate,water_point,turning_point,aqueduct,boatyard,waste_disposal,mooring,weir" />
|
|---|
| 36 | </item>
|
|---|
| 37 |
|
|---|
| 38 | <item name="Railway" type="way">
|
|---|
| 39 | <label text="Inserting a railway" />
|
|---|
| 40 | <text key="name" text="Railway name" />
|
|---|
| 41 | <combo key="railway" text="Railway type" values="rail,tram,light_rail,subway,preserved,disused,abandoned,narrow_gauge" />
|
|---|
| 42 | </item>
|
|---|
| 43 |
|
|---|
| 44 | <item name="Railway nodes" type="node">
|
|---|
| 45 | <label text="Inserting a railway node" />
|
|---|
| 46 | <text key="name" text="Railway node name" />
|
|---|
| 47 | <combo key="railway" text="Railway node type" values="station,halt,viaduct,crossing" />
|
|---|
| 48 | </item>
|
|---|
| 49 |
|
|---|
| 50 | <item name="Aeroway" type="way">
|
|---|
| 51 | <label text="Inserting an aeroway" />
|
|---|
| 52 | <text key="name" text="Aeroway name" />
|
|---|
| 53 | <combo key="aeroway" text="Aeroway type" values="runway,taxiway" />
|
|---|
| 54 | </item>
|
|---|
| 55 |
|
|---|
| 56 | <item name="Aeroway nodes" type="node">
|
|---|
| 57 | <label text="Inserting an aeroway node" />
|
|---|
| 58 | <text key="name" text="Aeroway node name" />
|
|---|
| 59 | <combo key="aeroway" text="Aeroway node type" values="aerodrome,terminal" />
|
|---|
| 60 | </item>
|
|---|
| 61 |
|
|---|
| 62 | <item name="Aerialway" type="way">
|
|---|
| 63 | <label text="Inserting an aerialway" />
|
|---|
| 64 | <text key="name" text="Aerialway name" />
|
|---|
| 65 | <combo key="aerialway" text="Aerialway type" values="cable_car,chair_lift,drag_lift,overhead_lines" />
|
|---|
| 66 | </item>
|
|---|
| 67 |
|
|---|
| 68 | <item name="Man made" type="node">
|
|---|
| 69 | <label text="Inserting a man made node" />
|
|---|
| 70 | <text key="name" text="Man made node name" />
|
|---|
| 71 | <combo key="man_made" text="Man made type" values="works,beacon,survey_point,power_wind,power_hydro,power_fossil,power_nuclear,tower,water_tower,gasometer,reservoir_covered,lighthouse" />
|
|---|
| 72 | </item>
|
|---|
| 73 |
|
|---|
| 74 | <item name="Man made area" type="way">
|
|---|
| 75 | <label text="Inserting a man made area" />
|
|---|
| 76 | <text key="name" text="Man made area name" />
|
|---|
| 77 | <combo key="man_made" text="Man made area type" values="reservoir_covered" />
|
|---|
| 78 | </item>
|
|---|
| 79 |
|
|---|
| 80 | <item name="Leisure">
|
|---|
| 81 | <label text="Inserting a leisure node/area" />
|
|---|
| 82 | <text key="name" text="Leisure node/area name" />
|
|---|
| 83 | <combo key="leisure" text="Leisure node/area type" values="sports_centre,golf_course,stadium,marina,track,pitch,water_park,slipway,fishing,nature_reserve,park,garden,common" />
|
|---|
| 84 | </item>
|
|---|
| 85 |
|
|---|
| 86 | <item name="Amenity">
|
|---|
| 87 | <label text="Inserting an amenity" />
|
|---|
| 88 | <text key="name" text="Amenity name" />
|
|---|
| 89 | <combo key="amenity" text="Amenity type" values="pub,parking,fuel,telephone,toilets,public_building,place_of_worship,grave_yard,post_office,post_box,school,supermarket,hospital,library,police,fire_station,biergarten,restaurant,fast_food,bus_station" />
|
|---|
| 90 | </item>
|
|---|
| 91 |
|
|---|
| 92 | <item name="Tourism">
|
|---|
| 93 | <label text="Inserting a tourism node/area" />
|
|---|
| 94 | <text key="name" text="Tourism node/area name" />
|
|---|
| 95 | <combo key="tourism" text="Tourism node/area type" values="information,camp_site,caravan_site,picnic_site,viewpoint,theme_park,hotel,motel,guest_house,hostel,attraction" />
|
|---|
| 96 | </item>
|
|---|
| 97 |
|
|---|
| 98 | <item name="Historic">
|
|---|
| 99 | <label text="Inserting an historic node/area" />
|
|---|
| 100 | <text key="name" text="Historic node/area name" />
|
|---|
| 101 | <combo key="historic" text="Historic node/area type" values="castle,monument,museum,archaeological_site,icon,ruins" />
|
|---|
| 102 | </item>
|
|---|
| 103 |
|
|---|
| 104 | <item name="Land use">
|
|---|
| 105 | <label text="Inserting a land use node/area" />
|
|---|
| 106 | <text key="name" text="Land use node/area name" />
|
|---|
| 107 | <combo key="landuse" text="Land use node/area type" values="farm,quarry,landfill,basin,reservoir,forest,allotments,residential,retail,commercial,industrial,brownfield,greenfield,cemetery" />
|
|---|
| 108 | </item>
|
|---|
| 109 |
|
|---|
| 110 | <item name="Military">
|
|---|
| 111 | <label text="Inserting a military node/area" />
|
|---|
| 112 | <text key="name" text="Military node/area name" />
|
|---|
| 113 | <combo key="military" text="Military node/area type" values="danger_area,range,airfield,bunker,barracks" />
|
|---|
| 114 | </item>
|
|---|
| 115 |
|
|---|
| 116 | <item name="Natural">
|
|---|
| 117 | <label text="Inserting a natural node/segment/area" />
|
|---|
| 118 | <text key="name" text="Natural node/segment/area name" />
|
|---|
| 119 | <combo key="natural" text="Natural node/segment/area type" values="spring,peak,cliff,scree,scrub,fell,heath,wood,marsh,water,coastline,mud,beach,bay" />
|
|---|
| 120 | </item>
|
|---|
| 121 |
|
|---|
| 122 | <item name="Route" type="way">
|
|---|
| 123 | <label text="Inserting a route linear" />
|
|---|
| 124 | <text key="name" text="Route linear name" />
|
|---|
| 125 | <combo key="route" text="Route linear type" values="bus,ferry,flight,ncn,subsea,ski,tour,pub_crawl" />
|
|---|
| 126 | </item>
|
|---|
| 127 |
|
|---|
| 128 | <item name="Boundary" type="way">
|
|---|
| 129 | <label text="Inserting a boundary linear" />
|
|---|
| 130 | <text key="name" text="Boundary linear name" />
|
|---|
| 131 | <combo key="boundary" text="Boundary linear type" values="national,administrative,civil,political,national_park" />
|
|---|
| 132 | </item>
|
|---|
| 133 |
|
|---|
| 134 | <item name="Sport">
|
|---|
| 135 | <label text="Inserting a sport node/area" />
|
|---|
| 136 | <text key="name" text="Sport node/area name" />
|
|---|
| 137 | <combo key="sport" text="Sport node/area type" values="multi,10pin,athletics,baseball,basketball,bowls,climbing,cricket,cricket_nets,croquet,cycling,dog_racing,football,golf,gymnastics,hockey,horse_racing,motor,racquet,rugby,skating,skateboard,soccer,swimming,skiing,table_tennis,tennis" />
|
|---|
| 138 | </item>
|
|---|
| 139 |
|
|---|
| 140 | <item name="Abutters" type="way">
|
|---|
| 141 | <label text="Inserting an abutter linear" />
|
|---|
| 142 | <text key="name" text="Abutter linear name" />
|
|---|
| 143 | <combo key="abutter" text=" type" values="residential,retail,industrial,commercial,mixed" />
|
|---|
| 144 | </item>
|
|---|
| 145 |
|
|---|
| 146 |
|
|---|
| 147 | </annotations>
|
|---|
| 148 |
|
|---|