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 image for ST_SymDifference #121

Merged
merged 2 commits into from Jan 22, 2014

Conversation

gpetit
Copy link
Contributor

@gpetit gpetit commented Jan 22, 2014

Add description and image for ST_SymDifference.

TODO : create a unit test, based on this PR.

See #107.

@agouge agouge mentioned this pull request Jan 22, 2014
{% highlight mysql %}
SELECT ST_Difference(geomA, geomB);
-- Answer: MULTIPOLYGON(((1 1, 7 1, 7 2, 3 2, 3 6, 1 6, 1 1)),
-- ((7 2, 8 2, 8 8, 3 8, 3 6, 7 6, 7 2)))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put one more space here to align the numbers.

@agouge
Copy link
Contributor

agouge commented Jan 22, 2014

Perfect

agouge added a commit that referenced this pull request Jan 22, 2014
Add description and image for ST_SymDifference
@agouge agouge merged commit ed70223 into orbisgis:gh-pages Jan 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants