[Chameleon-dev] [Bug 1152] New: [Chameleon] ExpressionBuilder does not work with MapServer 4.6

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Mon Sep 19 14:46:48 EDT 2005


http://bugzilla.maptools.org/show_bug.cgi?id=1152

           Summary: [Chameleon] ExpressionBuilder does not work with
                    MapServer 4.6
           Product: Chameleon
           Version: 2.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Widget
        AssignedTo: chameleon-dev at lists.maptools.org
        ReportedBy: jlacroix at dmsolutions.ca


It seems that the ExpressionBuilder widget does not work with MapServer 4.6 and
up. The widget assume that the layer type is define in a DescribeFeatureType
request to the WFS server. Before 4.6 we this request returned something like this:
[...]
<complexContent>
  <extension base="gml:AbstractFeatureType">
    <sequence>
      <element ref="gml:polygonProperty" minOccurs="0"/>
[...]

>From 4.6 The type (gml:polygonProperty) is not present anymore. This cause the
ExpressionBuilder widget to not be able to fetch the SLD document and not
drawing the layer on the map (and cause an error). 

The 4.6 response looks like this:
[...]
<complexContent>
  <extension base="gml:AbstractFeatureType">
    <sequence>
      <element name="msGeometry" type="gml:GeometryPropertyType" minOccurs="0"
maxOccurs="1"/>
[...]



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list