Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

GEOS not supported #39

Open
kunalbhatt opened this issue Jul 19, 2016 · 2 comments
Open

GEOS not supported #39

kunalbhatt opened this issue Jul 19, 2016 · 2 comments

Comments

@kunalbhatt
Copy link

Followed the instructions but still can't get Geos to be supported on heroku. Running Ruby 2.2.4 with Rails 4.2.5.1.

Everything seems to build fine as well.

irb(main):001:0> require 'rgeo'
=> true
irb(main):002:0> RGeo::Geos.supported?
=> false
irb(main):003:0>  RGeo::CoordSys::Proj4.supported?
=> true
@ykessler
Copy link

Having the same issue (ruby 2.3.0, rails 4.2.6).

Add buildpacks as instructed:

$ heroku buildpacks:set https://github.com/cyberdelia/heroku-geo-buildpack.git
$ heroku buildpacks:add heroku/ruby

Build process looks good:

remote: Building source:
remote: 
remote: -----> geos/gdal/proj app detected
remote:        Using geos version: 3.4.2
remote:        Using gdal version: 1.11.1
remote:        Using proj version: 4.8.0_1
remote: -----> Vendoring geo libraries done
remote: -----> Ruby app detected
remote: -----> Compiling Ruby/Rails
remote: -----> Using Ruby version: ruby-2.3.0

GEOS dependency not available:

>>> require 'rgeo'
=> false
>>> RGeo::CoordSys::Proj4.supported?
=> true
>>> RGeo::Geos.supported?
=> false

@MrCoffey
Copy link

MrCoffey commented Feb 6, 2018

Same here :C

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants