[TinyOWS-dev] [tinyows] #62: Geometry type in DescribeFeatureType request

tinyows trac at tinyows.org
Fri Feb 11 13:44:26 EST 2011


#62: Geometry type in DescribeFeatureType request
-----------------------------+----------------------------------------------
     Reporter:  adube        |           Owner:            
         Type:  enhancement  |          Status:  new       
     Priority:  critical     |         Version:  SVN       
     Keywords:               |           Stage:  Unreviewed
     Approval:  Unnecessary  |           Patch:  None      
   Complexity:  Unknown      |   Compatibility:  Unknown   
Specification:  Unnecessary  |  
-----------------------------+----------------------------------------------
 '''Currently'''

 In a WFS !DescribeFeatureType request response, the attribute refering to
 the geometry has its type is always equal to "!GeometryPropertyType",
 whether the geometry_column knows the actual type or not :

 {{{
 <xs:element name="the_geom" type="gml:GeometryPropertyType"
 nillable="true" minOccurs="0" maxOccurs="1"/>
 }}}

 '''Enhancement'''

 Read the geometry_column table to know the type and use it accordingly in
 the request result.

-- 
Ticket URL: <http://www.tinyows.org/trac/ticket/62>
tinyows <https://www.tinyows.org/trac/>
TinyOWS


More information about the TinyOWS-dev mailing list