[mapguide-users] RE: Window Selection (Ajax) as ENVELOPE or INTERESECTS Confusion

Haris Kurtagic haris at sl-king.com
Wed Aug 11 04:43:49 EDT 2010


Yes, I think I did  that SDO_ANY.. for Ora >= 10 and SDO_RELATE with
mask=anyinteract for Ora<10

for envelope intersect, it is SDF_FILTER and for Ora < 10 SDO_FILTER
with parameter querytype ( I think Ora 9 requires it)

Also changed FDO_DISJOINT.

I have just submitted c_KgOraFilterProcessor.cpp with changes.
If you can double check and I will make full commit and build new binaries.

I can't test for Ora 9, no more installations of it.

Haris

On Wed, Aug 11, 2010 at 10:19 AM, Crispin_at_1Spatial
<crispin.hoult at 1spatial.com> wrote:
>
> I think part of "my" problem was that I have two build machines and on the
> new one just took a copy of the 3.5 branch.
>
> I am not sure when this was branched and I suspect that recent changes have
> only gone to trunk -- so to build 3.5 I need the FDO 3.5 branch and then to
> take the Provider\KingOracle from trunk?  Is this correct?
>
> Back to the issue... - if you have a correction Haris can you please *not*
> just put back the ANYINTERACT for the Intersect" but use SDO_RELATE so that
> the provider still supports Oracle 9i.  Or have conditional logic aka   if(
> m_OracleMainVersion < 10 )
>
>  Crispin
>
> --
> View this message in context: http://osgeo-org.1803224.n2.nabble.com/Window-Selection-Ajax-as-ENVELOPE-or-INTERESECTS-Confusion-tp5389467p5411357.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>


More information about the mapguide-users mailing list