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.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.