Layer Virtualization and SDE

Jani Averbach javerbach at EXTENDTHEREACH.COM
Thu Dec 8 13:26:01 EST 2005


> -----Original Message-----
> From Howard Butler
> Sent: Thursday, December 08, 2005 11:06 AM
> Subject: Layer Virtualization and SDE
> 
> Attempting to compile up mapsde.c with USE_SDE defined in a post-RFC 
> 3 world has created an issue.  SDE has a function in it to return the 
> index column for the table that someone has requested.  This function 
> is called msSDELayerGetRowIDColumn.  This function prototype used to 
> exist in map.h with all of the rest of the SDE functions.
> 
> After the virtualization, this prototype was removed from 
> map.h.  

Sorry about that.

> This causes things not to compile, but the larger issue is 
> that should there be a place holder for this type of thing in the 
> layer virtualization?  Would other data providers potentially have a 
> need to return which column is the index?
> 
> Please give me some advice on what to do.  Short-term, I can just 
> stick the prototype in map.h and be on my way, but I'd rather things 
> behave uniformly.

It looks like that consensus is heading toward to turn SDE off. 
We could extend the vtable if and when SDE is revved with the all other
stuff,
so also my +0 would be for turn it off. (Adding new stuff to vtable is
easier
than removing already existing interface).

BR, Jani
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20051208/0fb9162f/attachment.html


More information about the mapserver-dev mailing list