Hi everyone, I have a tiny website with a SQLite DB. I would like to display some result based on location. Sorted by distance from the visitor. The result will be display has a pure html output (table etc..) and trough a map (I'm currently using leafletjs / OSM ) But I have no idea where to start.. how store the location, how grab the position of the visitor and how sort the delta. Thanks. |