geoserver样式浅析2

CssParameter:特点可叠加(如道路样式的设置)

基本属性

线

基本属性

  • Stroke:边界
    • stroke-width:线宽
    • stroke-opacity:透明度
    • stroke-linecap:线两端样式
    • stroke-dasharray:虚线化
    • stroke-dashoffset:虚线偏移量
    • GraphicStroke:图片形边界,包含Graphic的功能
  • PerpendicularOffset:垂直偏移

基本属性

  • Fill:填充
    • fill:颜色
    • fill-opacity:透明度
    • GraphicFill:图片形填充,包含Graphic的功能
  • Stroke:边界
    • stroke-width:线宽
    • stroke-opacity:透明度
    • stroke-linecap:线两端样式
    • stroke-dasharray:虚线化
    • stroke-dashoffset:虚线偏移量
    • GraphicStroke:图片形边界,包含Graphic的功能

Text(注记)

基本属性

  • Label:注记名
  • Font:字体
    • font-family:字体
    • font-size:字体大小
    • font-style:字形
    • font-weight:加粗
  • Halo:光晕
    • Radius:半径
    • Fill:颜色
  • Fill:字体颜色
  • VendorOption:特殊设置
    • followLine:跟随线
    • maxAngleDelta:最大增量角度
    • maxDisplacement:最大位移
    • repeat:重复距离
    • autoWrap:自动包裹长度
  • LabelPlacement:注记位置
    • PerpendicularOffset:垂直偏移

栅格(不常用,不介绍)

RULE:可叠加(一般用于不同的属性值,Filter)

  • 按比例尺显示:
    • MinScaleDenominator:小比例尺(如1:10000,填10000)
    • MaxScaleDenominator:大比例尺(如1:1000000,填1000000)
  • ogc:Filter:
    • and
    • or
    • ……等等,请参考OGC标准

转载自:https://blog.csdn.net/u013323965/article/details/52876930

You may also like...