Changes between Initial Version and Version 3 of Ticket #25816
- Timestamp:
- Nov 30, 2015, 12:49:46 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25816
- Property Owner changed from to
- Property Status new → assigned
- Property Triage Stage Unreviewed → Accepted
- Property 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
-
Ticket #25816 – Description
initial v3 1 1 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.