#22456: Add PostGIS 2.1 support
---------------------------------------+------------------------
               Reporter:  timo         |          Owner:  nobody
                   Type:  New feature  |         Status:  new
              Component:  GIS          |        Version:  master
               Severity:  Normal       |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  0
    Needs documentation:  0            |    Needs tests:  0
Patch needs improvement:  0            |  Easy pickings:  0
                  UI/UX:  0            |
---------------------------------------+------------------------
 In Ubuntu 14.04, the packaged version of PostGIS is 2.1. In trying to
 build a Jenkins box, I've encountered one failing test:

 {{{
 Traceback (most recent call last):
   File
 
"/var/lib/jenkins/jobs/Django/workspace/database/postgis/python/python2.7/django/contrib/gis/tests/test_spatialrefsys.py",
 line 113, in test_add_entry
     add_srs_entry(900913)
   File
 
"/var/lib/jenkins/jobs/Django/workspace/database/postgis/python/python2.7/django/contrib/gis/utils/srs.py",
 line 52, in add_srs_entry
     srs = SpatialReference(srs)
   File
 
"/var/lib/jenkins/jobs/Django/workspace/database/postgis/python/python2.7/django/contrib/gis/gdal/srs.py",
 line 96, in __init__
     self.import_epsg(srs_input)
   File
 
"/var/lib/jenkins/jobs/Django/workspace/database/postgis/python/python2.7/django/contrib/gis/gdal/srs.py",
 line 287, in import_epsg
     capi.from_epsg(self.ptr, epsg)
   File
 
"/var/lib/jenkins/jobs/Django/workspace/database/postgis/python/python2.7/django/contrib/gis/gdal/prototypes/errcheck.py",
 line 117, in check_errcode
     check_err(result)
   File
 
"/var/lib/jenkins/jobs/Django/workspace/database/postgis/python/python2.7/django/contrib/gis/gdal/error.py",
 line 53, in check_err
     raise e(msg)
 SRSException: Unsupported SRS.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22456>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/047.e76b4fdef86e3eef73ed74b82d2e2cdd%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to