Ticket #10363: natural_z11.patch
| File natural_z11.patch, 1.3 KB (added by , 12 years ago) |
|---|
-
styles/standard/elemstyles.mapcss
2886 2886 icon-image: "misc/landmark/spring.png"; 2887 2887 text: auto; 2888 2888 } 2889 node [natural=saddle] {2889 node|z11-[natural=saddle] { 2890 2890 icon-image: "presets/saddle.svg"; 2891 2891 text: auto; 2892 2892 } 2893 2893 area[natural=peak] { 2894 2894 fill-color: peak#663300; 2895 2895 } 2896 node [natural=peak] {2896 node|z11-[natural=peak] { 2897 2897 icon-image: "presets/peak.svg"; 2898 2898 text: auto; 2899 2899 } 2900 2900 area[natural=glacier] { 2901 2901 fill-color: glacier#ffffff; 2902 2902 } 2903 node [natural=glacier] {2903 node|z11-[natural=glacier] { 2904 2904 icon-image: "misc/landmark/glacier_small.png"; 2905 2905 text: auto; 2906 2906 } 2907 2907 area[natural=volcano] { 2908 2908 fill-color: volcano#5f0000; 2909 2909 } 2910 node [natural=volcano] {2910 node|z11-[natural=volcano] { 2911 2911 icon-image: "misc/landmark/volcano_small.png"; 2912 2912 text: auto; 2913 2913 } … … 2918 2918 repeat-image: "misc/cliff-pattern.png"; 2919 2919 repeat-image-align: top; 2920 2920 width: 1; 2921 color: #b2b2b2; 2921 color: #b2b2b2; 2922 2922 } 2923 2923 node[natural=cliff] { 2924 2924 icon-image: "misc/cliff.png"; … … 3469 3469 /* properties tags */ 3470 3470 /*******************/ 3471 3471 3472 node [mountain_pass?] {3472 node|z11-[mountain_pass?] { 3473 3473 icon-image: "misc/landmark/mountain_pass.png"; 3474 3474 text: auto; 3475 3475 }
