Tagged Questions
0
votes
1answer
244 views
Finding nearest point in SpatiaLite without GEOS
I want to find the nearest point having latitude and longitude stored as Point in SpatiaLite. I read this and it has this example:
SELECT feature_name, feature_class,
ST_Distance(Geometry, ...