TextSymbolizer with no Font --> no rendering
--------------------------------------------
Key: GEOS-479
URL: http://jira.codehaus.org/browse/GEOS-479
Project: GeoServer
Type: Bug
Reporter: dblasby
Assigned to: dblasby
Fix For: 1.3.0
This doesnt work:
<TextSymbolizer>
<Geometry>
<ogc:PropertyName>locationPoint</ogc:PropertyName>
</Geometry>
<Label>
<ogc:PropertyName>locationName</ogc:PropertyName>
</Label>
</TextSymbolizer>
it needs a "<Font>" tag.
The SLD spec says <Font> is optional, so we just need to modify the TextSymbolizer implementation so that it uses a standard font if one isnt specified.
At the very least this should throw an error.
--
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