#15533: OSMGeoAdmin fails on Fedora 14 ------------------------+--------------------------- Reporter: cnorthwood | Owner: nobody Status: new | Milestone: Component: GIS | Version: 1.2 Keywords: | Triage Stage: Unreviewed Has patch: 1 | ------------------------+--------------------------- When trying to render a model in the admin using OSMGeoAdmin, it fails with an SRSException. This appears to be because the GDAL bundled with Fedora doesn't use the 900913 SRID for the Google projection, but the "official" 3857 one.
I've attached a patch (against 15704) which will attempt to transform using 3857 if a transformation using the 900913 transform fails. This appears to fix my issue. -- Ticket URL: <http://code.djangoproject.com/ticket/15533> Django <http://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 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-updates?hl=en.
