point_pointwithrotatedlabel.ysld 518 B

12345678910111213141516171819202122
  1. title: 'YSLD Cook Book: Point with rotated label'
  2. feature-styles:
  3. - name: name
  4. rules:
  5. - symbolizers:
  6. - point:
  7. size: 6
  8. symbols:
  9. - mark:
  10. shape: circle
  11. fill-color: '#FF0000'
  12. - text:
  13. label: ${name}
  14. fill-color: '#990099'
  15. font-family: Arial
  16. font-size: 12
  17. font-style: normal
  18. font-weight: bold
  19. placement: point
  20. anchor: [0.5,0.0]
  21. displacement: [0,25]
  22. rotation: -45