Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/GEOS-193
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GEOS-193
Summary: SVG output lacking xlink:href tag
Type: Bug
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: GeoServer
Components:
WMS
Versions:
1.2.0-rc2
Assignee: Gabriel Roldán
Reporter: John Stiening
Created: Wed, 14 Jul 2004 1:56 PM
Updated: Wed, 14 Jul 2004 1:56 PM
Environment: mac os X, geoserver rc2, postGIS, tomcat
Description:
The svg output from the WMS is not formatting points properly for me. This might be an SLD problem, since points are not showing up properly in jpeg output, but it might be more.
basically the output is:
------------------------------------------------------
</g>
<g id="DC:obs" class="normal">
<defs>
<circle id='point' cx='0' cy='0' r='0.5%' fill='blue' stroke="red"/>
</defs>
<use x="-82.3" y="28.9"/>
<use x="-82.3" y="28.9"/>
<use x="-82.3" y="28.9"/>
<use x="-82.3" y="28.9"/>
<use x="-82.3" y="28.9"/>
<use x="-82.4" y="28.9"/>
<use x="-82.4" y="28.7">
What I believe it should be is:
--------------------------------------------------
</g>
<g id="DC:obs" class="normal">
<defs>
<circle id='point' cx='0' cy='0' r='0.5%' fill='blue' stroke="red"/>
</defs>
<use x="-82.3" y="28.9" xlink:href="#point"/>
<use x="-82.3" y="28.9" xlink:href="#point"/>
<use x="-82.3" y="28.9" xlink:href="#point"/>
<use x="-82.4" y="28.9" xlink:href="#point"/>
<use x="-82.4" y="28.7" xlink:href="#point"/>
--------------------------------------------------
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