| | 1 | == Iranian presets == |
| | 2 | |
| | 3 | {{{ |
| | 4 | #!preset |
| | 5 | <?xml version="1.0" encoding="UTF-8"?> |
| | 6 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"> |
| | 7 | <item name="Oneway highway" type="way"> |
| | 8 | <label text="Inserting a unidirectional highway" /> |
| | 9 | |
| | 10 | <combo key="highway" text="Type" values="trunk,motorway" /> |
| | 11 | <text key="name" text="Name (e.g. Angel Road)" /> |
| | 12 | <text key="ref" text="Ref (e.g. A406)" /> |
| | 13 | |
| | 14 | <!-- This is a oneway preset, so make oneway default --> |
| | 15 | <check key="oneway" text="Oneway" default="on" /> |
| | 16 | |
| | 17 | <!-- Always setting asphalt surface --> |
| | 18 | <key key="surface" value="asphalt" /> |
| | 19 | </item> |
| | 20 | </presets> |
| | 21 | }}} |