Changeset 6432 in josm for trunk


Ignore:
Timestamp:
2013-12-02T00:54:07+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9381, fix #8877, see #9309 - Separate place_of_worship presets + add some missing denomination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r6425 r6432  
    37493749                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:tourism=theme_park"
    37503750                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:tourism=theme_park"
    3751                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=theme_park" />     
     3751                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:tourism=theme_park" />
    37523752            <label text="Edit Theme Park" />
    37533753            <space />
     
    37693769                  pt.href="http://wiki.openstreetmap.org/wiki/Pt:Tag:leisure=water_park"
    37703770                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:leisure=water_park"
    3771                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=water_park" />     
     3771                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:leisure=water_park" />
    37723772            <label text="Edit Water Park" />
    37733773            <space />
     
    38733873            <combo key="covered" text="Covered" values="yes,no" />                               
    38743874            <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />                               
    3875         </item>         
     3875        </item>
    38763876        <item name="Fishing" icon="presets/fishing.png" type="node,closedway">
    38773877            <link href="http://wiki.openstreetmap.org/wiki/Tag:leisure=fishing"
     
    39573957            <text key="name" text="Name" />
    39583958        </item>
    3959         <item name="Place of Worship" icon="presets/church.png" type="node,closedway,relation">
     3959        <item name="Recording Studio" icon="presets/studio.png" type="node,closedway,relation">
     3960            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=studio"
     3961                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=studio"
     3962                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=studio" />
     3963            <label text="Edit Studio" />
     3964            <space />           
     3965            <key key="amenity" value="studio" />
     3966            <text key="name" text="Name" />
     3967            <text key="operator" text="Operator" />           
     3968            <combo key="type" text="Type" values="audio,video" />
     3969            <text key="phone" text="Phone Number" />
     3970            <text key="website" text="Website" />                         
     3971        </item>
     3972    </group> <!-- Culture -->
     3973    <group name="Place of Worship" icon="styles/standard/religion.png">
     3974        <item name="Church" icon="styles/standard/religion/church.png" type="node,closedway,relation">
    39603975            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
    39613976                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
     
    39713986                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
    39723987                  zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
    3973             <label text="Edit Place of Worship" />
     3988            <label text="Edit Church" />
    39743989            <space />
    39753990            <key key="amenity" value="place_of_worship" />
    3976             <text key="name" text="Name" />
    3977             <combo key="building" text="Building type" values="cathedral,chapel,church,mosque,synagogue,temple" match="keyvalue" values_searchable="true" />
    3978             <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" match="key" values_searchable="true" />
    3979             <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,roman_catholic,shia,sunni" match="key" values_searchable="true" />
     3991            <key key="religion" value="christian" />
     3992            <text key="name" text="Name" />
     3993            <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" match="keyvalue" values_searchable="true" />
     3994            <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,greek_orthodox,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,orthodox,pentecostal,presbyterian,protestant,quaker,roman_catholic,russian_orthodox,seventh_day_adventist" match="keyvalue" values_searchable="true" />
    39803995            <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
    39813996            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
    39823997        </item>
    3983         <item name="Recording Studio" icon="presets/studio.png" type="node,closedway,relation">
    3984             <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=studio"
    3985                   ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=studio"
    3986                   pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=studio" />
    3987             <label text="Edit Studio" />
    3988             <space />           
    3989             <key key="amenity" value="studio" />
    3990             <text key="name" text="Name" />
    3991             <text key="operator" text="Operator" />           
    3992             <combo key="type" text="Type" values="audio,video" />
    3993             <text key="phone" text="Phone Number" />
    3994             <text key="website" text="Website" />                         
    3995         </item>
    3996     </group> <!-- Culture -->
     3998        <item name="Mosque" icon="styles/standard/religion/muslim.png" type="node,closedway,relation">
     3999            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
     4000                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
     4001                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
     4002                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
     4003                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
     4004                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
     4005                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
     4006                  no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
     4007                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
     4008                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
     4009                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
     4010                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
     4011                  zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
     4012            <label text="Edit Mosque" />
     4013            <space />
     4014            <key key="amenity" value="place_of_worship" />
     4015            <key key="religion" value="muslim" />
     4016            <text key="name" text="Name" />
     4017            <combo key="building" text="Building type" values="mosque" match="keyvalue" values_searchable="true" />
     4018            <combo key="denomination" text="Denomination" values="ibadi,shia,sunni" match="keyvalue" values_searchable="true" />
     4019            <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4020            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4021        </item>
     4022        <item name="Synagogue" icon="styles/standard/religion/jewish.png" type="node,closedway,relation">
     4023            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
     4024                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
     4025                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
     4026                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
     4027                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
     4028                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
     4029                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
     4030                  no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
     4031                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
     4032                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
     4033                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
     4034                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
     4035                  zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
     4036            <label text="Edit Synagogue" />
     4037            <space />
     4038            <key key="amenity" value="place_of_worship" />
     4039            <key key="religion" value="jewish" />
     4040            <text key="name" text="Name" />
     4041            <combo key="building" text="Building type" values="synagogue" match="keyvalue" values_searchable="true" />
     4042            <combo key="denomination" text="Denomination" values="orthodox,conservative,reform" match="keyvalue" values_searchable="true" />
     4043            <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4044            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4045        </item>
     4046        <item name="Buddhist Temple" icon="styles/standard/religion/buddhism.png" type="node,closedway,relation">
     4047            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
     4048                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
     4049                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
     4050                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
     4051                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
     4052                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
     4053                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
     4054                  no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
     4055                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
     4056                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
     4057                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
     4058                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
     4059                  zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
     4060            <label text="Edit Buddhist Temple" />
     4061            <space />
     4062            <key key="amenity" value="place_of_worship" />
     4063            <key key="religion" value="buddhist" />
     4064            <text key="name" text="Name" />
     4065            <combo key="denomination" text="Denomination" values="theravada,mahayana,vajrayana" match="keyvalue" values_searchable="true" />
     4066            <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4067            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4068        </item>
     4069        <item name="Hindu Temple" icon="styles/standard/religion/hinduism.png" type="node,closedway,relation">
     4070            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
     4071                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
     4072                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
     4073                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
     4074                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
     4075                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
     4076                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
     4077                  no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
     4078                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
     4079                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
     4080                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
     4081                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
     4082                  zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
     4083            <label text="Edit Hindu Temple" />
     4084            <space />
     4085            <key key="amenity" value="place_of_worship" />
     4086            <key key="religion" value="hindu" />
     4087            <text key="name" text="Name" />
     4088            <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" match="keyvalue" values_searchable="true" />
     4089            <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4090            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4091        </item>
     4092        <item name="Shinto Shrine" icon="styles/standard/religion/shinto.png" type="node,closedway,relation">
     4093            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
     4094                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
     4095                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
     4096                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
     4097                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
     4098                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
     4099                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
     4100                  no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
     4101                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
     4102                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
     4103                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
     4104                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
     4105                  zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
     4106            <label text="Edit Shinto Shrine" />
     4107            <space />
     4108            <key key="amenity" value="place_of_worship" />
     4109            <key key="religion" value="shinto" />
     4110            <text key="name" text="Name" />
     4111            <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4112            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4113        </item>
     4114        <item name="Other Place of Worship" type="node,closedway,relation">
     4115            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=place_of_worship"
     4116                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=place_of_worship"
     4117                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:amenity=place_of_worship"
     4118                  es.href="http://wiki.openstreetmap.org/wiki/ES:Tag:amenity=place_of_worship"
     4119                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:amenity=place_of_worship"
     4120                  it.href="http://wiki.openstreetmap.org/wiki/IT:Tag:amenity=place_of_worship"
     4121                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:amenity=place_of_worship"
     4122                  no.href="http://wiki.openstreetmap.org/wiki/No:Tag:amenity=place_of_worship"
     4123                  pl.href="http://wiki.openstreetmap.org/wiki/Pl:Tag:amenity=place_of_worship"
     4124                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:amenity=place_of_worship"
     4125                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:amenity=place_of_worship"
     4126                  sv.href="http://wiki.openstreetmap.org/wiki/Sv:Tag:amenity=place_of_worship"
     4127                  zh_TW.href="http://wiki.openstreetmap.org/wiki/Zh-hant:Tag:amenity=place_of_worship" />
     4128            <label text="Edit other Place of Worship" />
     4129            <space />
     4130            <key key="amenity" value="place_of_worship" />
     4131            <text key="name" text="Name" />
     4132            <combo key="religion" text="Religion" values="bahai,jain,sikh,spiritualist,taoist,unitarian,zoroastrian" match="keyvalue" values_searchable="true" />
     4133            <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 9:30,11:00|Sa,Su,PH 9:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4134            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
     4135        </item>
     4136    </group> <!-- Place of Worship -->
    39974137    <group name="Public Building" icon="presets/townhall.png">
    39984138        <item name="Public Building" icon="styles/standard/service.png" type="node,closedway,relation">
     
    40194159            <text key="name" text="Name" />
    40204160        </item>
    4021         <item name="Community Centre" icon="presets/community_centre.png" type="node,closedway">       
     4161        <item name="Community Centre" icon="presets/community_centre.png" type="node,closedway">
    40224162            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=community_centre"
    40234163                  da.href="http://wiki.openstreetmap.org/wiki/Da:Tag:amenity=community_centre"
     
    40324172            <text key="operator" text="Operator" />
    40334173            <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00,Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 1-53/2 Fr 09:00-12:00; week 2-52/2 We 09:00-12:00" />
    4034         </item>         
     4174        </item>
    40354175        <item name="Embassy" icon="presets/embassy.png" type="node,closedway,relation">
    40364176            <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=embassy"
     
    48384978            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
    48394979        </item>
    4840         <item name="Volleyball" icon="styles/standard/sport/volleyball.png" type="node,closedway">             
     4980        <item name="Volleyball" icon="styles/standard/sport/volleyball.png" type="node,closedway">
    48414981            <link href="http://wiki.openstreetmap.org/wiki/Tag:sport=volleyball" />
    48424982            <label text="Edit Volleyball" />
     
    52355375            <text key="name" text="Name" />
    52365376        </item>
    5237         <item name="Street Lamp" icon="styles/standard/misc/streetlamp.png" type="node">               
     5377        <item name="Street Lamp" icon="styles/standard/misc/streetlamp.png" type="node">
    52385378            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=street_lamp"
    52395379                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=street_lamp"
     
    57195859            <text key="website" text="Website" />
    57205860            <combo key="organic" text="Organic" values="only,yes,no" />
    5721         </item>         
     5861        </item>
    57225862        <item name="Greengrocer" icon="presets/greengrocer.png" type="node,closedway">
    57235863            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=greengrocer"
     
    59116051                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:shop=electronics"
    59126052                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=electronics"
    5913                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=electronics" />       
     6053                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=electronics" />
    59146054            <label text="Edit Electronics Shop" />
    59156055            <space />
     
    59556095                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=video"
    59566096                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=video"
    5957                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=video" />     
     6097                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=video" />
    59586098            <label text="Edit Video Shop" />
    59596099            <space />
     
    60596199                  fr.href="http://wiki.openstreetmap.org/wiki/FR:Tag:shop=chemist"
    60606200                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=chemist"
    6061                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=chemist" />   
     6201                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=chemist" />
    60626202            <label text="Edit Chemist" />
    60636203            <space />
     
    60726212                  ja.href="http://wiki.openstreetmap.org/wiki/JA:Tag:shop=hairdresser"
    60736213                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=hairdresser"
    6074                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=hairdresser" />       
     6214                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=hairdresser" />
    60756215            <label text="Edit Hairdresser" />
    60766216            <space />
     
    63186458            <link href="http://wiki.openstreetmap.org/wiki/Tag:shop=toy"
    63196459                  pt_BR.href="http://wiki.openstreetmap.org/wiki/Pt-br:Tag:shop=toy"
    6320                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=toy" />       
     6460                  ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:shop=toy" />
    63216461            <label text="Edit Toy Shop" />
    63226462            <space />           
     
    68596999            <key key="amenity" value="grave_yard" />
    68607000            <text key="name" text="Name" />
    6861             <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" />
     7001            <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,unitarian,zoroastrian" />
    68627002            <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,shia,sunni" />
    68637003        </item>
     
    68767016            <key key="landuse" value="cemetery" />
    68777017            <text key="name" text="Name" />
    6878             <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,sikh,spiritualist,taoist,unitarian,zoroastrian" />
     7018            <combo key="religion" text="Religion" values="bahai,buddhist,christian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,unitarian,zoroastrian" />
    68797019            <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,evangelical,jehovahs_witness,lutheran,methodist,mormon,orthodox,pentecostal,presbyterian,protestant,quaker,shia,sunni" />
    68807020        </item>
Note: See TracChangeset for help on using the changeset viewer.