I have a . sqlite file with many columns, two of those columns being lat
and long
.
I've been searching around for a bit now (don't think I want to be using BuildCircleMbr
from spatialite?) but I'm not entirely too sure how to go about it.
I'm thinking it has something to do with GeomFromText
but can't get the query set up correctly.
Final product would be having these circles and display them on a map using MapServer/OpenLayers.
Any input is appreciated.