#4752 closed enhancement (fixed)
Set spatial reference from OGC URLs
Reported by: | misev | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.0 |
Component: | OGR_SRS | Version: | svn-trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
Currently it is possible to set the SRS from OGC URNs (which are deprecated in OGC), but not from OGC URLs (OGC best practice document 11-135). The attached patch adds support for such URL identifiers.
Attachments (2)
Change History (6)
by , 11 years ago
Attachment: | set_srs_from_OGC_URLs.patch added |
---|
by , 11 years ago
Attachment: | set_srs_from_OGC_URLs_test.patch added |
---|
comment:1 by , 11 years ago
Milestone: | 2.0.0 → 1.9.2 |
---|
comment:2 by , 11 years ago
Milestone: | 1.9.2 → 2.0.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 11 years ago
Thanks for the fixes. The document is at https://portal.opengeospatial.org/files/?artifact_id=45128 (seems like it's not yet published on the website)
comment:4 by , 11 years ago
An older document which also specifies the URL identifiers in addition to the URN is [portal.opengeospatial.org/files/37802 09-048r3]
Note:
See TracTickets
for help on using tickets.
Couldn't figure how to run the tests against my build of gdal, but attachment:set_srs_from_OGC_URLs_test.patch adds a test that should verify the changes.