mapserver-4.8.0-rc2 wfs filter bugs
Yewondwossen Assefa
assefa at DMSOLUTIONS.CA
Tue Jan 17 12:05:17 EST 2006
Jani,
I was looking into bug 1615 and would like to have your comments on it.
What we end up in this case is that a tile layer is using functions of
a flat shape file. From what I can see, a possible source of problem in
this case would be that function msInitializeVirtualTable does not
include some logic that is included for example in msLayerOpen :
if(layer->features && layer->connectiontype != MS_GRATICULE )
layer->connectiontype = MS_INLINE;
if(layer->tileindex && layer->connectiontype == MS_SHAPEFILE)
layer->connectiontype = MS_TILED_SHAPEFILE;
if(layer->type == MS_LAYER_RASTER )
layer->connectiontype = MS_RASTER;
Do it make sense to have these in msInitializeVirtualTable ?
Thanks,
Robert Chambers wrote:
> I've opened 2 bugs to do with supporting wfs filters with layers that
> have a tileindex. There's a test case and a proposed patch posted for
> each. Hopefully the fix can make it into the next release.
>
> http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1615
> http://mapserver.gis.umn.edu/bugs/show_bug.cgi?id=1616
>
> Regards,
>
> -R
>
> Robert M. Chambers
> CDM Technologies, Inc.
> 2975 McMillan Avenue, Suite 272
> San Luis Obispo, CA 93401
--
----------------------------------------------------------------
Assefa Yewondwossen
Software Analyst
Email: assefa at dmsolutions.ca
http://www.dmsolutions.ca/
Phone: (613) 565-5056 (ext 14)
Fax: (613) 565-0925
----------------------------------------------------------------
More information about the mapserver-dev
mailing list