0
votes

Does anybody know that is possible to make the value of tag to dynamic in SLD?

I'm using geoserver to define a style, but I need more different size objects.

I mean like this:

      <Graphic>
        <Mark>
          <WellKnownName>square</WellKnownName>
          <Fill>
            <CssParameter name="fill">#FF0000</CssParameter>
          </Fill>
        </Mark>
        <Size>${poi_size}</Size>
      </Graphic> 

If anybody knows that how can I have to do this, please answer.

Much appreciated for the answers.

1

1 Answers