TextSymbolizer of GeometryType COLLECTION at Oracle data stores are not painted
-------------------------------------------------------------------------------
Key: GEOS-3934
URL: http://jira.codehaus.org/browse/GEOS-3934
Project: GeoServer
Issue Type: Bug
Affects Versions: 2.0.1
Reporter: Bernhard Kiselka
Assignee: Andrea Aime
Attachments: create_line.sql, line_text.sld
My TextSymbolizers are not displayed after an Upgrade from GeoServer 1.7.3 to
2.0.1.
Finally I found out the reason: My shape column
(MDSYS.SDO_INDEX_METADATA_TABLE.SDO_LAYER_GTYPE) is specified as COLLECTION
(instead of MULTIPOLYGON or MULTILINE).
After changing the GeometryType the TextSymbolizer shows a result again.
As it worked with GeoServer 1.7.3 also with the Oracle GType Collection and as
it works with a sqlserver datastore (and everything is a geometry there), I
think it's a bug.
I attached a script for creating a table, the spatial index and to fill the
table with a sample data.
Another attachment is the sld.
I can't see the text "test" in the OpenLayers preview (in the rendered WMS
picture) with the GType 'COLLECTION'. But after changing the GTYPE to
'MULTILINE' and reloading the feature type I can see the text. (The type icon
changes from vector.png to line_blue.png then too.)
--
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
------------------------------------------------------------------------------
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel