MapServer / MapServer-import

3 stars 2 forks source link

GML writer misses some features #2022

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: bartvde@osgis.nl Date: 2007/02/02 - 22:44

Hi list,

I am using a simple shapefile (provinces of Holland), but what Mapserver WFS
produces misses a few of the features present in the shapefile. I have tested
this both in ArcMap and TatukGIS as well as using OGR or Mapserver native
shapefile driver, so it must be a bug in the GML writer. Both GML2 and GML3
suffer from this.

This seems like a pretty critical bug to me.

A screendump from the situation can be seen here:

http://www.osgis.nl/download/mapserver/mapserver_wfs_bug.png

The MAP file plus shapefile can be downloaded from:

http://www.osgis.nl/download/mapserver/

Best regards,
Bart
tbonfort commented 12 years ago

Author: sdlime Date: 2007/02/02 - 23:32

Could be a problem with the underlying query capabilities as opposed to the 
writer although that seems unlikely. Do you have the sample WFS queries 
available?

Steve
tbonfort commented 12 years ago

Author: bartvde@osgis.nl Date: 2007/02/02 - 23:48

False alarm, sorry Steve.

It appears it has tricked me yet again ....

The extent in the MAP object had a MAXY value which was a little bit too small,
if I change 600000 to 650000 I do get the northern isles of Holland.

Closing bug.