Re: Is MySQL's OpenGIS implementation compliant?
Is this non-compliant behavior also TRUE for MySQL 5.5?
I tried 5.1.45 and still has issues.
A basic method for crossing two lines did not return the correct value
SELECT crosses(GeomFromText('LINESTRING(0 0, 10 10)'), GeomFromText('LINESTRING(0 10, 10 0)') );
This returns 0 instead of 1.
Some other functions have various issues.
Subject
Views
Written By
Posted
68810
March 15, 2010 09:40AM
2828
March 16, 2010 06:27AM
Re: Is MySQL's OpenGIS implementation compliant?
2537
March 19, 2010 03:38PM
2520
March 22, 2010 11:37AM
2946
March 27, 2010 03:59AM
2354
April 07, 2010 10:32AM
2788
April 09, 2010 01:42AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.