make sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installed
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.
Change History
(7)
Owner: |
changed from nobody to Sergey Fedoseev
|
Status: |
new → assigned
|
Summary: |
made sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installed → make sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installed
|
Triage Stage: |
Unreviewed → Accepted
|
Description: |
modified (diff)
|
Patch needs improvement: |
set
|
Resolution: |
→ wontfix
|
Status: |
assigned → closed
|
I assume it's a good idea, but it's helpful to include a little background information in the ticket description for posterity.