Changes between Initial Version and Version 1 of Presets/Irishboundaries


Ignore:
Timestamp:
2016-08-03T19:39:08+02:00 (10 years ago)
Author:
IrlJidel
Comment:

Add Irishboundaries.xml

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Irishboundaries

    v1 v1  
     1{{{
     2#!preset
     3<?xml version="1.0" encoding="UTF-8"?>
     4<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     5 author="IrlJidel"
     6 version="8"
     7 shortdescription="Irish boundaries"
     8 description="Presets to tag Irish boundaries">
     9    <group name = "Irish boundaries" icon = "presets/misc/boundaries.png" >
     10      <group name = "Administrative" icon = "presets/misc/boundaries.png" >
     11        <item name="Traditional County" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     12            <label text="Edit County" />
     13            <space />
     14            <text key="name" text="Name" />
     15            <optional>
     16                <text key="name:ga" text="Irish Name" />
     17                <text key="alt_name" text="Alternative Name" />
     18                <text key="alt_name:ga" text="Alternative Irish Name" />
     19            </optional>
     20            <key key="type" value="boundary" />
     21            <key key="boundary" value="administrative" />
     22            <key key="admin_level" value="6" />
     23            <key key="place" value="county" />
     24        </item>
     25        <item name="County/City Council (LAU-1)" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     26            <label text="Edit Council" />
     27            <space />
     28            <text key="name" text="Name" />
     29            <optional>
     30                <text key="name:ga" text="Irish Name" />
     31                <text key="alt_name" text="Alternative Name" />
     32                <text key="alt_name:ga" text="Alternative Irish Name" />
     33            </optional>
     34            <key key="type" value="boundary" />
     35            <key key="boundary" value="administrative" />
     36            <key key="admin_level" value="7" />
     37        </item>
     38        <item name="Municipal Districts" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     39            <label text="Edit Municipal District" />
     40            <space />
     41            <text key="name" text="Name" />
     42            <optional>
     43                <text key="name:ga" text="Irish Name" />
     44            </optional>
     45            <key key="type" value="boundary" />
     46            <key key="boundary" value="administrative" />
     47            <key key="admin_level" value="8" />
     48        </item>
     49        <item name="Electoral Division (LAU-2)" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     50            <label text="Edit ED" />
     51            <space />
     52            <text key="name" text="Name" default=" ED"/>
     53            <optional>
     54                <text key="alt_name" text="Alternative Name (Electoral Division)" default=" Electoral Division" />
     55                <text key="alt_name_1" text="Alternative Name (DED)" default=" DED"/>
     56                <text key="alt_name_2" text="Alternative Name (Ward)" />
     57            </optional>
     58            <key key="type" value="boundary" />
     59            <key key="boundary" value="administrative" />
     60            <key key="admin_level" value="9" />
     61        </item>
     62        <item name="Townland" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     63            <label text="Edit Townland" />
     64            <space />
     65            <text key="name" text="Name" />
     66            <optional>
     67                <text key="name:ga" text="Irish Name" />
     68                <text key="source:name:ga" text="Irish Name Source" />
     69                <text key="alt_name" text="Alternative Name" />
     70                <text key="alt_name:ga" text="Alternative Irish Name" />
     71            </optional>
     72            <key key="type" value="boundary" />
     73            <key key="boundary" value="administrative" />
     74            <key key="admin_level" value="10" />
     75            <key key="place" value="locality" />
     76            <key key="locality" value="townland" />
     77        </item>
     78      </group>
     79      <group name = "Political" icon = "presets/misc/boundaries.png" >
     80        <item name="Local Election Area" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     81            <label text="Edit LEA" />
     82            <space />
     83            <text key="name" text="Name" />
     84            <key key="type" value="boundary" />
     85            <key key="boundary" value="political" />
     86            <key key="political_division" value="local_const" />
     87        </item>
     88        <item name="Dail Constituency" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     89            <label text="Edit Dail Constituency" />
     90            <space />
     91            <text key="name" text="Name" />
     92            <key key="type" value="boundary" />
     93            <key key="boundary" value="political" />
     94            <key key="political_division" value="parl_const" />
     95        </item>
     96        <item name="Euro Constituency" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     97            <label text="Edit Euro Constituency" />
     98            <space />
     99            <text key="name" text="Name" />
     100            <key key="type" value="boundary" />
     101            <key key="boundary" value="political" />
     102            <key key="political_division" value="euro_const" />
     103        </item>
     104      </group>
     105      <group name = "Historic" icon = "presets/misc/boundaries.png" >
     106        <item name="Sub Townland" icon="presets/place/locality.svg" type="node">
     107            <label text="Edit Sub Townland" />
     108            <space />
     109            <text key="name" text="Name" />
     110            <optional>
     111                <text key="name:ga" text="Irish Name" />
     112                <text key="alt_name" text="Alternative Name" />
     113                <text key="alt_name:ga" text="Alternative Irish Name" />
     114            </optional>
     115            <key key="place" value="locality" />
     116            <key key="locality" value="subtownland" />
     117        </item>
     118        <item name="Civil Parish" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     119            <label text="Edit Civil Parish" />
     120            <space />
     121            <text key="name" text="Name" default=" Civil Parish" />
     122            <optional>
     123                <text key="name:ga" text="Irish Name" />
     124                <text key="source:name:ga" text="Irish Name Source" />
     125                <text key="alt_name" text="Alternative Name" />
     126                <text key="alt_name:ga" text="Alternative Irish Name" />
     127            </optional>
     128            <key key="type" value="boundary" />
     129            <key key="boundary" value="civil_parish" />
     130        </item>
     131        <item name="Barony" icon="presets/misc/boundaries.png" type="relation,multipolygon">
     132            <label text="Edit Barony" />
     133            <space />
     134            <text key="name" text="Name" default="Barony of " />
     135            <optional>
     136                <text key="name:ga" text="Irish Name" />
     137                <text key="source:name:ga" text="Irish Name Source" />
     138                <text key="alt_name" text="Alternative Name" />
     139                <text key="alt_name:ga" text="Alternative Irish Name" />
     140            </optional>
     141            <key key="type" value="boundary" />
     142            <key key="boundary" value="barony" />
     143        </item>
     144      </group>
     145   </group>
     146</presets>
     147}}}