Open WelshDev opened 2 years ago
I noticed that the MySQL function ST_Distance_Sphere is mentioned in the list of MySQL functions but there is no class for it in CrEOF\Spatial\ORM\Query\AST\Functions\MySql\STDistanceSphere
I'm curious why this class isn't available?
Thanks
I am having the same issue
I am able to use STDistance but not STDistanceSphere
After looking into the file structure I see that the STDistanceSphere class is not present in Spatial/ORM/Query/AST/Function/MySQL
I noticed that the MySQL function ST_Distance_Sphere is mentioned in the list of MySQL functions but there is no class for it in CrEOF\Spatial\ORM\Query\AST\Functions\MySql\STDistanceSphere
I'm curious why this class isn't available?
Thanks