Opened 16 years ago
Last modified 13 years ago
#9855 closed
SetFromUserInput is not available to SpatialReference — at Version 4
Reported by: | hobu | Owned by: | jbronn |
---|---|---|---|
Component: | GIS | Version: | 1.0 |
Severity: | Keywords: | gdal srs | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Input 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.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Keywords: | gdal srs added |
---|---|
milestone: | → post-1.0 |
Owner: | changed from | to
comment:3 by , 16 years ago
Status: | new → assigned |
---|
comment:4 by , 16 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
When the GDAL lib is refactored for 1.1, this will be incorporated to simplify
SpatialReference
initialization. See this changeset for what the implementation will look like.