Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1687) svg missing apache batik

svg missing apache batik
------------------------

                 Key: UDIG-1687
                 URL: http://jira.codehaus.org/browse/UDIG-1687
             Project: uDIG
          Issue Type: Bug
          Components: visualization using map layer and style
    Affects Versions: UDIG 1.2.RC3
            Reporter: Andrea Antonello


When trying to view a style that bases on an svg point sybolizer, I get:

java.lang.NoClassDefFoundError: org/apache/batik/util/XMLResourceDescriptor
       at org.geotools.renderer.style.SVGGraphicFactory.getIcon(SVGGraphicFactory.java:94)
       at org.geotools.renderer.style.SLDStyleFactory.getIcon(SLDStyleFactory.java:1096)
       at org.geotools.renderer.style.SLDStyleFactory.getImage(SLDStyleFactory.java:1054)
       at org.geotools.renderer.style.SLDStyleFactory.createPointStyle(SLDStyleFactory.java:525)
       at org.geotools.renderer.style.SLDStyleFactory.createPointStyle(SLDStyleFactory.java:442)
       at org.geotools.renderer.style.SLDStyleFactory.createStyleInternal(SLDStyleFactory.java:325)
       at org.geotools.renderer.style.SLDStyleFactory.createStyle(SLDStyleFactory.java:286)
       at net.refractions.udig.ui.Drawing.paint(Drawing.java:325)


Some libs seem to be missing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top