0

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.

Michael J. Barber
  • 24,518
  • 9
  • 68
  • 88
Palcsi
  • 43
  • 1
  • 7

1 Answers1

2

Finally, I found the answer for my question here: http://docs.geoserver.org/stable/en/user/styling/sld-cookbook/points.html#attribute-based-point

Palcsi
  • 43
  • 1
  • 7