Changes between Initial Version and Version 3 of Ticket #25816


Ignore:
Timestamp:
Nov 30, 2015, 12:49:46 AM (8 years ago)
Author:
Sergey Fedoseev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25816

    • Property Owner changed from nobody to Sergey Fedoseev
    • Property Status newassigned
    • Property Triage Stage UnreviewedAccepted
    • Property Summary made sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installedmake sure that properties of SpatialRefSysMixin return the same value whether or not GDAL is installed
  • Ticket #25816 – Description

    initial v3  
    1 
     1At 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.
Back to Top