#24207: Change ogrinspect multi_geom default to True
-------------------------------------+-------------------------------------
     Reporter:  mdiener21            |                    Owner:  mdiener21
         Type:                       |                   Status:  closed
  Cleanup/optimization               |
    Component:  GIS                  |                  Version:  1.8alpha1
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:  gis, multi_geom      |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by mdiener21):

 Hi the problem is this code if multi_geom and gtype.num in (1, 2, 3):
 LINE 213   gtype.num in (1,2,3)   does NOT always return TRUE for
 multi_geom because GDAL does not always guess correct.  Therefore if I set
 multi_geom to True it still fails because GDAL guesses wrong.  Another
 solution is to simply remove the GDAL check ?   any thoughts

--
Ticket URL: <https://code.djangoproject.com/ticket/24207#comment:6>
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.e6ee4d4eb4b33a3f179a5f91c5f16083%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to