laravel-mysql-spatial icon indicating copy to clipboard operation
laravel-mysql-spatial copied to clipboard

scopeDistanceSphereExcludingSelf and scopeDistanceExcludingSelf doesnt work

Open H-ishak opened this issue 3 years ago • 0 comments

when using one these functions the result of the query is always including Self which is wrong because values from the SGBD are not 0 but close to 0 ex : 3.1514678425869E-8 .

i'm using laravel 8 and mysql 8.0.21 with point type.

can you please fix that or give an explanation about it ?

H-ishak avatar Jun 06 '21 08:06 H-ishak