Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description and images for ST_EnvelopesIntersect #178

Closed
wants to merge 2 commits into from

Conversation

gpetit
Copy link
Contributor

@gpetit gpetit commented Jan 30, 2014

Add description and images for ST_EnvelopesIntersect

Todo : add some unit test for this function

We should check if this function is really SFS

See #108

@agouge agouge mentioned this pull request Jan 30, 2014
@agouge
Copy link
Contributor

agouge commented Jan 30, 2014

Apparently these are all equivalent:

ST_EnvelopesIntersect(geomA, geomB);
geomA && geomB;
ST_Intersects(ST_Envelope(geomA), ST_Envelope(geomB));

And this is definitely not SFS.
Now the question is whether we remove this function from H2GIS. @nicolas-f

@agouge
Copy link
Contributor

agouge commented Jan 30, 2014

The best idea is probably just to move it to h2spatial-ext.

@gpetit
Copy link
Contributor Author

gpetit commented Feb 3, 2014

The function is already developped, so I agree with @agouge . We can just move it to h2spatial-ext.
If it's OK for you, do I have to change something in the .md file ?

@agouge
Copy link
Contributor

agouge commented Feb 3, 2014

Yes, we need to move it. Once it is moved, you'll have to modify the md to fix the navigation.

@agouge
Copy link
Contributor

agouge commented May 19, 2014

I merged 3b9fe6b but I'm abandoning 7482d8a for now until #319 is fixed.

@agouge agouge closed this May 19, 2014
@gpetit gpetit deleted the st-envelopesintersect branch April 16, 2015 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants