chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

wrong parsing of poor formated wfs content #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Just click on one of the more southern cities in WebFeatureServiceLayerTest2. 
This produce application error with IndexOutOfRange exception.

Please use labels and text to provide additional information.
IMO the reason is a wrong parsing of the WFS XML content. 
<!-- content like that seems to work -->
...
<SOME_ATTRIB/>
...
<!-- but this here goes wrong -->
....
<SOME_ATTRIB />
.... 

I will work later this week on this issue.

Original issue reported on code.google.com by eiko.tho...@gmail.com on 31 Oct 2012 at 7:48

GoogleCodeExporter commented 8 years ago
in r178 I add a red comment in WebFeatureServiceLayerTest2 to identify the 
problematic features

Original comment by eiko.tho...@gmail.com on 3 Nov 2012 at 10:03