Changes between Initial Version and Version 4 of Ticket #9855


Ignore:
Timestamp:
12/15/08 18:24:33 (14 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9855

    • Property Keywords gdal srs added
    • Property Owner changed from nobody to jbronn
    • Property Status changed from new to assigned
    • Property Milestone changed from to post-1.0
  • Ticket #9855 – Description

    initial v4  
    1 Input that is not recognized by SpatialReference's __init__ should be attempted to be passed to SetFromUserInput to see if GDAL can recognize it.  GDAL can recognize much more input than the __init__ currently checks for, like URNs, URLs, and miscellaneous types of SRS's.
     1Input that is not recognized by `SpatialReference`'s `__init__` should be attempted to be passed to `OSRSetFromUserInput` to see if GDAL can recognize it.  GDAL can recognize much more input than the `__init__` currently checks for, like URNs, URLs, and miscellaneous types of SRS's.
Back to Top