I am new to working with geospatial datam and am working with the Rails RGeo gem. I am getting the following error in my rails console:
> geo_shape = ES_Zone::FACTORY.parse_wkt
RGeo::Error::UnsupportedOperation: Proj4 is not supported because the proj4 library was not found at install time.
When I test to see if proj4 is supported, it predictably comes back as false.
> RGeo::CoordSys::Proj4.supported?
=> false
I googled the error message, but I cannot find any resources for this particular problem. Any ideas?