[Geoserver-devel] [jira] Created: (GEOS-264) sld, besides class=... entry, is completely ignored in format image/svg+xml

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/GEOS-264

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GEOS-264
    Summary: sld, besides class=... entry, is completely ignored in format image/svg+xml
       Type: Bug

     Status: Open
   Priority: Major

Original Estimate: Unknown
Time Spent: Unknown
  Remaining: Unknown

    Project: GeoServer
Components:
             WMS

   Assignee: Gabriel Roldán
   Reporter: Ron Appelman

    Created: Tue, 21 Dec 2004 5:11 AM
    Updated: Tue, 21 Dec 2004 5:11 AM
Environment: tomcat 4.1.31, 5.0.28
geoserver 1.2.3 and 1.2.4

Description:
1. svg support is buggy:

try demo getMap example which uses format image/png, works fine. Next change the format to image/svg+xml and look at the results !

sld is barely supported in case of svg:

filter settings, provided by a style definition. that restrict a selection (i.e. a part of country) are not handled correctly in SVG output (the whole country is returned). Works fine for PNG.

no coloring in svg (fill=...)

following is an example of malformed output in case of a point

<?xml version="1.0" standalone="no"?>
  <!DOCTYPE svg
  PUBLIC "-//W3C//DTD SVG 20001102//EN"
  "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd&quot;&gt;
<svg xmlns="http://www.w3.org/2000/svg&quot;
  stroke="green"
  fill="none"
  stroke-width="0.001%"
  width="640"
  height="720"
  viewBox="10000 305000 270000 315000"
  preserveAspectRatio="xMidYMid meet">
<g id="test:inwoners" class="aantalinw">
<defs>
  <circle id='point' cx='0' cy='0' r='0.02%' fill='blue'/>
</defs>
<g />
<use x="186645" y="488490"/>
"</g>
<g />
<use x="229420" y="350285"/>
"</g>
...

thanks and good luck !

---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira