line_optimizedstyledlabel.ysld 513 B

123456789101112131415161718192021
  1. title: 'YSLD Cook Book: Optimized and styled label'
  2. feature-styles:
  3. - name: name
  4. rules:
  5. - symbolizers:
  6. - line:
  7. stroke-color: '#FF0000'
  8. stroke-width: 1
  9. - text:
  10. label: ${name}
  11. fill-color: '#000000'
  12. font-family: Arial
  13. font-size: 10
  14. font-style: normal
  15. font-weight: bold
  16. placement: line
  17. offset: 0
  18. x-followLine: true
  19. x-maxAngleDelta: 90
  20. x-maxDisplacement: 400
  21. x-repeat: 150