Changeset 8121 in josm for trunk/styles


Ignore:
Timestamp:
2015-03-08T22:14:10+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11183 - rework skiing sports

File:
1 edited

Legend:

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

    r8062 r8121  
    10791079    color: piste_novice#00ff00;
    10801080}
    1081 node[piste:difficulty=easy],
    1082 node[piste:difficulty=intermediate],
    1083 node[piste:difficulty=advanced],
    1084 node[piste:difficulty=expert],
    1085 node[piste:difficulty=freeride],
    1086 node[piste:difficulty=novice] {
     1081node[piste:type=downhill],
     1082node[piste:type=nordic],
     1083node[piste:type=skitour],
     1084node[piste:type=sled],
     1085node[piste:type=sleigh],
     1086node[piste:type=snow_park] {
    10871087    icon-image: "sport/skiing.png";
    10881088    set icon_z17;
     
    37253725    text: auto;
    37263726}
    3727 area[sport=skiing],
    37283727area[sport=table_tennis],
    37293728area[sport=tennis],
    37303729area[sport=paintball] {
    37313730    fill-color: sport#bde3cb;
    3732 }
    3733 node[sport=skiing] {
    3734     icon-image: "sport/skiing.png";
    3735     set icon_z17;
    3736     text: auto;
    37373731}
    37383732node[sport=table_tennis] {
Note: See TracChangeset for help on using the changeset viewer.