point_simplepointwithstroke.ysld 304 B

12345678910111213
  1. title: 'YSLD Cook Book: Simple point with stroke'
  2. feature-styles:
  3. - name: name
  4. rules:
  5. - symbolizers:
  6. - point:
  7. size: 6
  8. symbols:
  9. - mark:
  10. shape: circle
  11. stroke-color: '#000000'
  12. stroke-width: 2
  13. fill-color: '#FF0000'