> Has anybody tested GDAL 1.9 or Proj 4.8? I've seen, ubuntu uses GDAL 1.7 > (and gdal 1.9 for the next release). Is there any known test case to > check, if geodjango works with proj 4.8 and/or GDAL 1.9?
I haven't tested myself but the chances are high that some tweaks are needed as contrib.gis application in Django has some hardcoded versions of libgdal: https://github.com/django/django/blob/master/django/contrib/gis/gdal/libgdal.py If you have the environment to test it would be beneficial to try to run the test suite with different databases and reported bugs. See https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/ Vaclav -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
