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
69155
March 15, 2010 09:40AM
2988
March 16, 2010 06:27AM
Re: Is MySQL's OpenGIS implementation compliant?
2694
March 19, 2010 03:38PM
2669
March 22, 2010 11:37AM
3097
March 27, 2010 03:59AM
2508
April 07, 2010 10:32AM
2962
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.