- Timestamp:
- 2014-10-23T00:01:00+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r7468 r7645 72 72 throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power"))); 73 73 } 74 75 way[route=bus] { 76 /* see #10252 */ 77 throwWarning: tr("{0} on a way. Should be used in a relation", "{0.tag}"); 78 } -
trunk/styles/standard/elemstyles.mapcss
r7638 r7645 939 939 /**************/ 940 940 941 way[route=ski]::core_piste { 942 z-index: -1; 943 modifier: false; 944 width: 6; 945 color: ski#809bc0; 946 } 941 947 area[piste:difficulty=easy][!highway]:closed::core_piste { 942 948 fill-color: piste_easy#0000ff; … … 4034 4040 /**************/ 4035 4041 4036 way[route=bus], 4037 way[route=ferry], 4038 way[route=flight], 4039 way[route=ncn], 4040 way[route=subsea], 4041 way[route=ski], 4042 way[route=tour], 4043 way[route=pub_crawl] { 4042 way[route=ferry] { 4044 4043 width: 1; 4045 color: route#809bc0;4044 color: ferry#809bc0; 4046 4045 dashes: 9,9; 4047 4046 }
Note:
See TracChangeset
for help on using the changeset viewer.