Changeset 7359 in josm


Ignore:
Timestamp:
2014-08-02T16:38:38+02:00 (10 years ago)
Author:
bastiK
Message:

fixed #10339 - shop icon should have higher priority than religion icon

File:
1 edited

Legend:

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

    r7354 r7359  
    19881988/*    priority="-10000"*/
    19891989}
    1990 node[religion=bahai] {
     1990node[amenity=place_of_worship][religion=bahai] {
    19911991    icon-image: "religion/bahai.png";
    19921992    text: auto;
    19931993}
    1994 node[religion=buddhist] {
     1994node[amenity=place_of_worship][religion=buddhist] {
    19951995    icon-image: "religion/buddhism.png";
    19961996    text: auto;
    19971997}
    1998 node[religion=christian] {
     1998node[amenity=place_of_worship][religion=christian] {
    19991999    icon-image: "religion/church.png";
    20002000    text: auto;
    20012001}
    2002 node[religion=hindu] {
     2002node[amenity=place_of_worship][religion=hindu] {
    20032003    icon-image: "religion/hinduism.png";
    20042004    text: auto;
    20052005}
    2006 node[religion=jain] {
     2006node[amenity=place_of_worship][religion=jain] {
    20072007    icon-image: "religion/jainism.png";
    20082008    text: auto;
    20092009}
    2010 node[religion=jewish] {
     2010node[amenity=place_of_worship][religion=jewish] {
    20112011    icon-image: "religion/jewish.png";
    20122012    text: auto;
    20132013}
    2014 node[religion=muslim] {
     2014node[amenity=place_of_worship][religion=muslim] {
    20152015    icon-image: "religion/muslim.png";
    20162016    text: auto;
    20172017}
    2018 node[religion=sikh] {
     2018node[amenity=place_of_worship][religion=sikh] {
    20192019    icon-image: "religion/sikhism.png";
    20202020    text: auto;
    20212021}
    2022 node[religion=shinto] {
     2022node[amenity=place_of_worship][religion=shinto] {
    20232023    icon-image: "religion/shinto.png";
    20242024    text: auto;
    20252025}
    2026 node[religion=spiritualist] {
     2026node[amenity=place_of_worship][religion=spiritualist] {
    20272027    icon-image: "misc/no_icon.png";
    20282028    text: auto;
    20292029}
    2030 node[religion=taoist] {
     2030node[amenity=place_of_worship][religion=taoist] {
    20312031    icon-image: "religion/taoism.png";
    20322032    text: auto;
    20332033}
    2034 node[religion=unitarian] {
     2034node[amenity=place_of_worship][religion=unitarian] {
    20352035    icon-image: "misc/no_icon.png";
    20362036    text: auto;
    20372037}
    2038 node[religion=zoroastrian] {
     2038node[amenity=place_of_worship][religion=zoroastrian] {
    20392039    icon-image: "misc/no_icon.png";
    20402040    text: auto;
Note: See TracChangeset for help on using the changeset viewer.