[OpenLayers-Trac] [OpenLayers] #3177: Not all ESRI
WMSGetFeatureInfo formats parsed
OpenLayers
trac-20090302 at openlayers.org
Fri Mar 18 08:43:31 EDT 2011
#3177: Not all ESRI WMSGetFeatureInfo formats parsed
--------------------------------------+-------------------------------------
Reporter: bartvde | Owner: bartvde
Type: bug | Status: new
Priority: minor | Milestone: 2.11 Release
Component: Format.WMSGetFeatureInfo | Version: 2.10
Keywords: | State:
--------------------------------------+-------------------------------------
There seems to be at least 2 implementations of FeatureInfoResponse in
ESRI software. We currently support the following syntax:
{{{
<FeatureInfoResponse>
<FIELDS OBJECTID="1"attributename="attributevalue"/>
<FIELDS OBJECTID="2" attributename="attributevalue"/>
</FeatureInfoResponse>
}}}
However the following syntax also occurs and is not parsed properly:
{{{
<FeatureInfoResponse>
<FIELDS>
<FIELD name="attributename" value="attributevalue">
<FIELD name="attributename" value="attributevalue">
</FIELDS>
<FIELDS>
<FIELD name="attributename" value="attributevalue">
<FIELD name="attributename" value="attributevalue">
</FIELDS>
</FeatureInfoResponse>
}}}
--
Ticket URL: <http://trac.openlayers.org/ticket/3177>
OpenLayers <http://openlayers.org/>
A free AJAX map viewer
More information about the Trac
mailing list