I have a Rails 5 API only project. I have nodes that have latitude
/longitude
details stored on them. I am using the Rails Geokit gem to do some of the other geographic work.
I want to return to the consuming client the bounding box that contains all of the points contained in an array. Is there a simple way to do this? Most of the examples show you using an already known bounding box, not generating one.