Changes between Initial Version and Version 1 of Ticket #9694


Ignore:
Timestamp:
Nov 25, 2008, 2:20:09 PM (15 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9694 – Description

    initial v1  
    2525}}}
    2626
    27 However, this does not happen on Ubuntu 8.04 (Apache 2.2.8 + same version of `mod_python`).  The attached patch fixes the exception.  Basically, instead of doing the transform ops on the GEOS geometry, I get an OGR geometry first and do the transform.  Other than reducing transformation complexity (e.g., I'm not instantiating OGR geom within `GEOSGeometry.transform`), I don't know why this works -- which is why I have this ticket.
     27However, this does not happen on Ubuntu 8.04 (Apache 2.2.8 + same version of `mod_python`).  The attached patch fixes the exception.  Basically, instead of doing the transform ops on the GEOS geometry, I get an OGR geometry first and do the transform.  Other than reducing transformation complexity (e.g., I'm not instantiating OGR geom within `GEOSGeometry.transform`), I don't know why this works -- which is why I have this ticket.  See also [http://tinyurl.com/6goeal this django-users thread].
    2828
    2929`mod_python` configuration:
Back to Top