#19063: gml(version=3) does not work for PostGIS
----------------------------+-------------------------
     Reporter:  lmisek@…    |      Owner:  nobody
         Type:  Bug         |     Status:  new
    Component:  GIS         |    Version:  master
     Severity:  Normal      |   Keywords:  postgis gml
 Triage Stage:  Unreviewed  |  Has patch:  0
Easy pickings:  0           |      UI/UX:  0
----------------------------+-------------------------
 using function {{{gml()}}} with {{{version=3}}} does not work for PostGIS.
 Instead {{{version=2}}} is always used.

 The problem is in /trunk/django/contrib/gis/db/models/query.py
 {{{def gml(self, precision=8, version=2, **kwargs):}}}

 parameter {{{procedure_fmt}}} is correctly prepared but not passed to
 {{{_spatial_attribute}}} function

 It seems that
 {{{s['procedure_fmt'] = procedure_fmt}}}
 is missing

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19063>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to