I want to use nested geometric functions in SLD of GeoServer. For example I
want to set some offset for certain type of polygons in my data. Then output
of the offset geometric function needs to be given as input to another
geometric function isometric to give required extrusion. I tried with
following code.
<Geometry>
<ogc:Function name="isometric">
<ogc:Function name="offset">
<ogc:PropertyName>the_geom</ogc:PropertyName>
<ogc:Literal>0</ogc:Literal>
<ogc:Literal>7</ogc:Literal>
</ogc:Function>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<ogc:Literal>7</ogc:Literal>
</ogc:Function>
</Geometry>
It gives no validation error but in layer preview, it is throwing the
following error:
<ServiceException>
java.lang.RuntimeException: Unable to find function isometric
Unable to find function isometric
</ServiceException></ServiceExceptionReport>
Is it possible to use nested function? or I am doing something wrong here?
Thanks in Advance.
Syed Shadab
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/Nested-Geometric-Functions-in-SLD-of-GeoServer-tp5139190.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your productivity
• Requirements for releasing software faster
• Expert tips and advice for migrating your SCM now
http://p.sf.net/sfu/perforce
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users