geodjango - Heroku Cedar-14 heroku-geo-buildpack GEOSException -


i updated heroku cedar bamboo cedar-14. had geodjango buildpack installed failing error: ogrexception: ogr failure.

this 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 runtime:

cat runtime.txt  python-2.7.8 

is there buildpack geodjango workis on cedar-14? in advance

managed solve issue doing this:

i used here latest release of heroku-buildpack-geodjango checking release tags , specifying latest one.

  • i ended using runtime.txt:

    python-2.7.9

  • i made sure had following enviroment varialbles pointing correct location is:

    heroku config:set gdal_data=.geodjango/gdal/share/gdal

    heroku config:set gdal_library_path=.geodjango/gdal/lib/libgdal.so

    heroku config:set geos_library_path=.geodjango/geos/lib/libgeos_c.so

there issue opened explains more in link: https://github.com/dulaccc/heroku-buildpack-geodjango/issues/8


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -