#3333 closed enhancement (fixed)
Add several projections
Reported by: | bishop | Owned by: | gaige |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OGR_SRS | Version: | svn-trunk |
Severity: | normal | Keywords: | OGRSpatialReference Proj4 Projection |
Cc: | warmerdam |
Description
Added several supported projections:
- Aitoff
- Winkel_I
- Winkel_II
- Winkel_Tripel
- Craster_Parabolic
- Loximuthal
- Quartic_Authalic
Patch affected on transform & transformto methods of OGRGeometry and importFromWkt & importFromESRI methods of OGRSpatialReference
Attachments (1)
Change History (8)
by , 14 years ago
Attachment: | ogr_srs.patch added |
---|
comment:1 by , 14 years ago
Milestone: | 1.7.0 |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | assigned → new |
Gaige,
Perhaps you could review this in light of the work going on for #3404?
comment:3 by , 13 years ago
Owner: | changed from | to
---|
comment:6 by , 9 years ago
Dmitriy, I'm wondering about the new projection parameter SRS_PP_CENTRAL_PARALLEL = "central_parallel" you've introduced ? Isn't that an ESRI specific thing (cf ogr_srs_esri.cpp where it is remapped to other non-ESRI names for some projection methods) ? Shouldn't more standard parameters like SRS_PP_STANDARD_PARALLEL_1 / SRS_PP_LATITUDE_OF_CENTER / SRS_PP_LATITUDE_OF_ORIGIN be used ? Of course the difficulty must be the lack of reference... Perhaps advice should be seeked on the http://lists.osgeo.org/mailman/listinfo/MetaCRS mailing list as suggested by FrankW in the #3404 related ticket ?
comment:7 by , 9 years ago
Yes, Even. You are quite right. I mixed some ESRI specific in ogr_srs_api - this is an error. I removed "central_parallel" in r28245.
Add several projections patch