Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. [class='street'][zoom>=12],[class='street_limited'][zoom>=12] {
  2. line-join:round;
  3. #road { line-cap: round; }
  4. #tunnel { line-dasharray:3,2; }
  5. line-color: @land * 0.8;
  6. [zoom>=16] { line-width:18; }
  7. }
  8.  
  9. #road_label {
  10. text-name: @name;
  11. text-placement: line; // text follows line path
  12. text-face-name: @sans;
  13. text-fill: #765;
  14. text-halo-fill: fadeout(#fff, 50%);
  15. text-halo-radius: 1;
  16. text-halo-rasterizer: fast;
  17. text-size: 12;
  18. text-avoid-edges: false; // prevents clipped labels at tile edges
  19. [zoom>=15] { text-size: 16;
  20. text-placement-type: simple;
  21. text-placements: "N,S,E,W,NE,SE,NW,SW,16,14,12,11,10,9,8,7,6";
  22. text-min-distance: 100;
  23. text-clip: false;
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement