Howie.Stuntman ha scritto:
> 
> 
> Andrea Aime-4 wrote:
>>
>> May I ask what special treatment you need?
>>
>>
> 
> Our tables have 3 geometry columns (one for Points, one for Lines and one
> for polygons). Thats why the table is used by another GIS wich definitly
> needs this structure. An objekt of this table could consist of Points,
> Lines, and Polygons. The oracle ng extension now only takes the first
> geometry column and shows it on the map. I would try to change it that it is
> able to use all 3 geometry columns.

You just need to play with SLD, each symbolizer has a geometry
name element allowing you to decide which geometry column to use.
E.g., from the SLD 1.0 spec, page 33:

<xs:element name="LineSymbolizer">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="sld:Geometry" minOccurs="0"/>
       <xs:element ref="sld:Stroke" minOccurs="0"/>
     </xs:sequence>
   </xs:complexType>
</xs:element>

"The Geometry element of a LineSymbolizer defines the linear geometry to 
be used
for styling. The Geometry element is optional and if it is absent then 
the “default”
geometry property of the feature type that is used in the containing 
FeatureStyleType
is used.
"

> 
> Andrea Aime-4 wrote:
>>
>> Which GeoServer release are you using? By knowing that I can point
>> you to the proper gt2 tag. 
>>
> 
> Im using the geoserver version 1.7.5

Then gt2 2.5.6 should be the one
Cheers
Andrea

-- 
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to