| | 1 | {{{ |
| | 2 | #!preset |
| | 3 | <?xml version="1.0" encoding="UTF-8"?> |
| | 4 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" |
| | 5 | author="caranteth" |
| | 6 | version="1.[[revision]]_[[date]]" |
| | 7 | icon="presets/service/post_box.svg" |
| | 8 | |
| | 9 | description="Presets for more detailed mapping of the UK postal system" |
| | 10 | shortdescription="Post boxes in the UK" |
| | 11 | |
| | 12 | link = "https://wiki.openstreetmap.org/wiki/Tag:amenity=post_box"> |
| | 13 | |
| | 14 | <group name="Postal System - UK" icon="presets/service/post_box.svg"> |
| | 15 | <item name="Post Box - UK" icon="presets/service/post_box.svg" type="node" preset_name_label="true"> |
| | 16 | <link href="https://wiki.openstreetmap.org/wiki/Tag:amenity=post_box" /> |
| | 17 | <space /> |
| | 18 | <key key="amenity" value="post_box" /> |
| | 19 | <text key="operator" text="Operator" value="Royal Mail" /> |
| | 20 | <text key="ref" text="Reference number" /> |
| | 21 | <space /> |
| | 22 | <combo key="royal_cypher" text="Royal cypher" values="VR,EVIIR,GR,EVIIIR,GVIR,EIIR,crown,scottish_crown,no"/> |
| | 23 | <combo key="collection_times" text="Collection times" delimiter="|" values="Mo-Fr 09:00; Sa 07:00|" /> |
| | 24 | <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" /> |
| | 25 | <combo key="post_box:design" text="Design" values="hovis,indoor_pillar,liverpool_special,ludlow,type_a,type_b,type_c,type_d,type_e,type_g,double_type_g,type_k,type_l,type_m,type_n,penfold,reproduction_penfold,waggon_top" /> |
| | 26 | <combo key="post_box:mounting" text="Mounting" values="brick_pillar,lamp_post,pier,pole,wall,wooden_post,telegraph_pole" /> |
| | 27 | <combo key="post_box:apertures" text="Apertures" values="2,3,4" /> |
| | 28 | <combo key="source" text="Source" values="survey,streetlevel_imagery,aerial_imagery,dracos" /> |
| | 29 | <check key="drive_through" text="Drive through" /> |
| | 30 | </item> <!-- Post Box - UK--> |
| | 31 | </group> |
| | 32 | </presets> |
| | 33 | }}} |