Update Potlatch 2 to r25217 build

This commit is contained in:
Tom Hughes 2011-02-02 19:47:53 +00:00
parent 984d73d61b
commit 7d60707647
2 changed files with 61 additions and 1 deletions

View file

@ -1548,9 +1548,69 @@ Quick documentation:
<tag k="amenity" v="place_of_worship"/> <tag k="amenity" v="place_of_worship"/>
<inputSet ref="names"/> <inputSet ref="names"/>
<inputSet ref="buildingAddress"/> <inputSet ref="buildingAddress"/>
<input type="choice" category="Religion" name="Religion" key="religion" description="The religion to which this place of worship belongs."> <!-- sorted in reverse order of popularity in taginfo. -->
<input type="choice" category="Religion" name="Religion" key="religion" description="The religion to which this place of worship belongs." presence="always">
<choice value="christian" text="Christianity (church)"/> <choice value="christian" text="Christianity (church)"/>
<choice value="muslim" text="Islam (mosque)"/>
<choice value="buddhist" text="Buddhist (temple)"/>
<choice value="jewish" text="Judaism (synagogue)"/> <choice value="jewish" text="Judaism (synagogue)"/>
<choice value="hindu" text="Hindu (temple)"/>
<choice value="sikh" text="Sikh (gurdwara)"/>
<choice value="spiritualist" text="Spiritualism"/>
<choice value="unitarian" text="Unitarianism"/>
<choice value="taoist" text="Taoism"/>
<choice value="multifaith" text="Multi-faith"/>
<choice value="scientologist" text="Scientology"/>
<choice value="bahai" text="Bahai"/>
</input>
<!-- sorted in reverse order of popularity in taginfo. -->
<input type="choice" category="Religion" name="Denomination" key="denomination" description="The denomination, or sub-branch of the main religion." presence="always">
<choice value="catholic" text="Catholic"/>
<choice value="baptist" text="Baptist"/>
<choice value="methodist" text="Methodist"/>
<choice value="lutheran" text="Lutheran"/>
<choice value="protestant" text="Prostant"/>
<choice value="orthodox" text="Orthodox"/>
<choice value="presbyterian" text="Presbyterian"/>
<choice value="anglican" text="Anglican"/>
<choice value="roman_catholic" text="Roman Catholic"/>
<choice value="evangelical" text="Evangelical"/>
<choice value="pentecostal" text="Pentecostal"/>
<choice value="mormon" text="Mormon"/>
<choice value="sunni" text="Sunni"/>
<choice value="jehovahs_witness" text="Jehovah's Witness"/>
<!-- duplicate of Anglican? -->
<choice value="church_of_england" text="Church of England"/>
<choice value="greek_orthodox" text="Greek Orthodox"/>
<choice value="new_apostolic" text="New Apostolic"/>
<choice value="episcopal" text="Episcopal"/>
<choice value="russian_orthodox" text="Russian Orthodox"/>
<choice value="adventist" text="Adventist"/>
<choice value="seventh_day_adventist" text="Seventh Day Adventist"/>
<choice value="united_reformed" text="United Reformed"/>
<choice value="reformed" text="Reformed"/>
<choice value="iglesia_ni_cristo" text="Iglesia Ni Cristo"/>
<choice value="uniting" text="Uniting"/>
<choice value="salvation_army" text="Salvation Army"/>
<choice value="church_of_scotland" text="Church of Scotland"/>
<choice value="quaker" text="Quaker"/>
<choice value="scientist" text="Scientist"/>
<choice value="shia" text="Shia"/>
<choice value="congregational" text="Congregational"/>
<choice value="assembly_of_god" text="Assembly of God"/>
<choice value="united" text="United"/>
<choice value="mennonite" text="Mennonite"/>
<choice value="nazarene" text="Nazarene"/>
<!-- duplicate of Mormon? -->
<choice value="latter_day_saints" text="Latter Day Saints"/>
<choice value="dutch_reformed" text="Dutch Reformed"/>
<choice value="tibetan" text="Tibetan"/>
<choice value="shingon" text="Shingon"/>
<choice value="georgian_orthodox" text="Georgian Orthodox"/>
<choice value="unitarian" text="Unitarian"/>
<choice value="brethren" text="Brethren"/>
<choice value="armenian_apostolic" text="Armenian Apostolic"/>
<choice value="maronite" text="Maronite"/>
</input> </input>
<inputSet ref="isBuilding"/> <inputSet ref="isBuilding"/>
<inputSet ref="common"/> <inputSet ref="common"/>

Binary file not shown.