Hello list – has anybody tried Units of measure(uom) when rendering polygons
with .svg symbols? 
I´ve search for several hours but only find a line-example and one with
Hatching, which didn´t work. 

If possible I would like to use SLD 1.0 and WMS 1.1.1 . 

It would be nice to have some SLD code like:

        <Rule>
          <Title>Blue Line, 5m large</Title>
          <LineSymbolizer
uom="http://www.opengeospatial.org/se/units/metre";>
            <Stroke>
              <CssParameter name="stroke">#0000FF</CssParameter>
              <CssParameter name="stroke-width">5</CssParameter>
            </Stroke>
          </LineSymbolizer>
        </Rule>

Regards Anders Söderman Stockholm Sweden

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to