#25816: make sure that properties of SpatialRefSysMixin return the same value
whether or not GDAL is installed
-------------------------------------+-------------------------------------
     Reporter:  sir-sigurd           |                    Owner:  sir-
         Type:                       |  sigurd
  Cleanup/optimization               |                   Status:  assigned
    Component:  GIS                  |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by sir-sigurd:

Old description:



New description:

 At this moment there are several properties of SpatialRefSysMixin that use
 some fallback code if GDAL is not installed. In several cases returned
 value is obviously differs depending on whether or not GDAL is installed,
 for example `angular_units` property returns float with GDAL and string
 without it. I think that we need to add test to check that returned values
 are the same and fix fallback code if it doesn't require much work or
 could lead to some bugs.

--

--
Ticket URL: <https://code.djangoproject.com/ticket/25816#comment:3>
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/068.8ea2aa8028bbad1efd0876ad1d297210%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to