Ticket #5876: presets_ax.xml

File presets_ax.xml, 3.7 KB (added by ax, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://josm.openstreetmap.de/tagging-preset-1.0 tagging-preset.xsd">
3 <group name="Philippines">
4 <item name="barangay hall" icon="presets/townhall.png">
5 <label text="barangay hall"/>
6 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dtownhall"/>
7 <key key="amenity" value="townhall"/>
8 <key key="townhall:village" value="yes"/>
9 <key key="building" value="yes"/>
10 <text key="name" text="name" delete_if_empty="true"/>
11 </item>
12 <item name="basketball court" icon="presets/basketball.png">
13 <label text="basketball court"/>
14 <key key="leisure" value="pitch"/>
15 <key key="sport" value="basketball"/>
16 </item>
17 <item name="boundary marker" icon="presets/boundaries.png">
18 <label text="boundary marker"/>
19 <link href="http://wiki.openstreetmap.org/wiki/Talk:Key:boundary#Boundary_stone"/>
20 <key key="boundary" value="marker"/>
21 <combo key="marker" text="marker" values="sign,stone,beacon,pile,buoy" default="sign" delete_if_empty="true"/>
22 <combo key="admin_level" text="admin_level" values="1,2,3,4,5,6,7,8,9,10" display_values="N/A,National Border,Regions,Provinces,Sangguniang Panlalawigan districts (if any),Cities and Municipalities/Towns,Sangguniang Panlungsod/Bayan districts (if any),Other administrative districts (if any),Zones (if any),Barangays,Sitios/Puroks (if any - but only if boundaries are defined)" default="10" delete_if_empty="true" editable="false"/>
23 <text key="name" text="name" delete_if_empty="true"/>
24 <text key="ref" text="ref" delete_if_empty="true"/>
25 </item>
26 <item name="church, roman catholic" icon="styles/standard/religion/church.png">
27 <label text="church, roman catholic"/>
28 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"/>
29 <key key="amenity" value="place_of_worship"/>
30 <key key="religion" value="christian"/>
31 <key key="denomination" value="roman_catholic"/>
32 <text key="name" text="name" delete_if_empty="true"/>
33 </item>
34 <item name="cockfighting cockpit" icon="styles/standard/shop/groceries/butcher.png">
35 <label text="cockfighting cockpit"/>
36 <link href="http://en.wikipedia.org/wiki/Cockfight"/>
37 <key key="leisure" value="cockfighting"/>
38 <text key="name" text="name" delete_if_empty="true"/>
39 </item>
40 <item name="place, barangay" icon="presets/places.png">
41 <label text="place, barangay"/>
42 <key key="place" value="village"/>
43 <key key="place:ph" value="barangay"/>
44 <text key="name" text="name" delete_if_empty="true"/>
45 <text key="is_in:town" text="is_in:town" delete_if_empty="true"/>
46 <text key="population" text="population" delete_if_empty="true"/>
47 <text key="source:population" text="source:population" default="psgc" delete_if_empty="true"/>
48 </item>
49 <item name="place, sitio" icon="presets/places.png">
50 <label text="place, sitio"/>
51 <key key="place" value="hamlet"/>
52 <key key="place:ph" value="sitio"/>
53 <text key="name" text="name" delete_if_empty="true"/>
54 <text key="is_in:village" text="is_in:village" delete_if_empty="true"/>
55 </item>
56 <item name="subdivision" icon="styles/standard/misc/landuse/residential.png">
57 <label text="subdivision"/>
58 <link href="http://wiki.openstreetmap.org/wiki/Tag:landuse%3Dresidential"/>
59 <key key="landuse" value="residential"/>
60 <text key="name" text="name" delete_if_empty="true"/>
61 </item>
62 <item name="waiting shed" icon="presets/shelter.png">
63 <label text="waiting shed"/>
64 <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dshelter"/>
65 <key key="amenity" value="shelter"/>
66 <text key="name" text="name" delete_if_empty="true"/>
67 </item>
68 </group>
69</presets>