point_zoom.ysld 649 B

12345678910111213141516171819202122232425262728293031
  1. title: 'YSLD Cook Book: Zoom-based point'
  2. feature-styles:
  3. - name: name
  4. rules:
  5. - name: Large
  6. scale: [min,1.6e8]
  7. symbolizers:
  8. - point:
  9. size: 12
  10. symbols:
  11. - mark:
  12. shape: circle
  13. fill-color: '#CC3300'
  14. - name: Medium
  15. scale: [1.6e8,3.2e8]
  16. symbolizers:
  17. - point:
  18. size: 8
  19. symbols:
  20. - mark:
  21. shape: circle
  22. fill-color: '#CC3300'
  23. - name: Small
  24. scale: [3.2e8,max]
  25. symbolizers:
  26. - point:
  27. size: 4
  28. symbols:
  29. - mark:
  30. shape: circle
  31. fill-color: '#CC3300'