Changeset 538 in josm for trunk/styles/standard


Ignore:
Timestamp:
2008-02-11T22:09:35+01:00 (17 years ago)
Author:
(none)
Message:

add some religion rules to be more specific about place_of_worship stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.xml

    r537 r538  
    987987        </rule>
    988988
     989        <!--the religion rules must be placed before the place_of_worship rule! -->
     990        <rule>
     991                <condition k="religion" v="christian" />
     992                <icon annotate="true" src="religion/church.png" />
     993        <scale_min>1</scale_min>
     994        <scale_max>50000</scale_max>
     995        </rule>
     996
     997        <rule>
     998                <condition k="religion" v="jewish" />
     999                <icon annotate="true" src="religion/church/synagogue.png" />
     1000        <scale_min>1</scale_min>
     1001        <scale_max>50000</scale_max>
     1002        </rule>
     1003
     1004        <rule>
     1005                <condition k="religion" v="muslim" />
     1006                <icon annotate="true" src="religion/church/mosque.png" />
     1007        <scale_min>1</scale_min>
     1008        <scale_max>50000</scale_max>
     1009        </rule>
     1010
     1011        <rule>
     1012                <condition k="religion" v="sikh" />
     1013                <icon annotate="true" src="religion/church/gurdwara.png" />
     1014        <scale_min>1</scale_min>
     1015        <scale_max>50000</scale_max>
     1016        </rule>
     1017
    9891018        <rule>
    9901019                <condition k="amenity" v="place_of_worship" />
    991                 <icon annotate="true" src="religion/church.png" />
     1020                <icon annotate="true" src="religion.png" />
    9921021        <scale_min>1</scale_min>
    9931022        <scale_max>50000</scale_max>
Note: See TracChangeset for help on using the changeset viewer.