creof / doctrine2-spatial

Doctrine2 multi-platform support for spatial types and functions.
MIT License
272 stars 174 forks source link

Missing STDistanceSphere class #221

Open WelshDev opened 2 years ago

WelshDev commented 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

sterichards commented 2 years ago

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