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
69432
March 15, 2010 09:40AM
3116
March 16, 2010 06:27AM
Re: Is MySQL's OpenGIS implementation compliant?
2807
March 19, 2010 03:38PM
2795
March 22, 2010 11:37AM
3231
March 27, 2010 03:59AM
2637
April 07, 2010 10:32AM
3107
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.