polygon_polygonwithstyledlabel.ysld 499 B

1234567891011121314151617181920
  1. title: 'YSLD Cook Book: Polygon with styled label'
  2. feature-styles:
  3. - name: name
  4. rules:
  5. - symbolizers:
  6. - polygon:
  7. stroke-color: '#FFFFFF'
  8. stroke-width: 2
  9. fill-color: '#40FF40'
  10. - text:
  11. label: ${name}
  12. fill-color: '#000000'
  13. font-family: Arial
  14. font-size: 11
  15. font-style: normal
  16. font-weight: bold
  17. placement: point
  18. anchor: [0.5,0.5]
  19. x-autoWrap: 60
  20. x-maxDisplacement: 150