herokugeodjangocedar

Heroku Cedar-14 heroku-geo-buildpack GEOSException


I recently updated my heroku cedar from Bamboo to Cedar-14. I had a geodjango buildpack installed which is now failing with this error: OGRException: OGR failure.

This is my buildpacks:

cat .buildpacks

https://github.com/dulaccc/heroku-buildpack-geodjango.git
https://github.com/heroku/heroku-buildpack-python
https://github.com/gregburek/heroku-buildpack-pgbouncer.git#v0.3.2

This is my runtime:

cat runtime.txt

python-2.7.8

Is there a buildpack for geodjango that workis good on Cedar-14? Thanks in advance


Solution

  • Managed to solve this issue by doing this:

    I used here the latest release of the heroku-buildpack-geodjango by checking their release tags and specifying the latest one.

    There is also an issue opened recently which explains more in this link: https://github.com/dulaccc/heroku-buildpack-geodjango/issues/8