Opened 15 years ago
Last modified 12 years ago
#12 new defect
Add support for named Prime Merdians (+pm)
Reported by: | mdavis | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Initial Release |
Component: | core library | Version: | |
Keywords: | Cc: | fobermaier |
Description
Note:
See TracTickets
for help on using tickets.
I've created an implementation for a meridian class/struct for Proj4Net (http://proj4net.codeplex.com). You can find the source code here: http://proj4net.codeplex.com/SourceControl/changeset/view/77160#1402918
I know, it's in csharp, but the conversion should be pretty straight-forward. I hope you find it useful.
I needed to modify some additional files:
Proj4Parser: http://proj4net.codeplex.com/SourceControl/changeset/77160#trunk%2fProj4Net%2fParser%2fProj4Parser.cs
Proj4Keywords: http://proj4net.codeplex.com/SourceControl/changeset/77160#trunk%2fProj4Net%2fParser%2fProj4Keywords.cs
Projection: http://proj4net.codeplex.com/SourceControl/changeset/77160#trunk%2fProj4Net%2fProjection%2fProjection.cs
BasicCoordinateTransform: http://proj4net.codeplex.com/SourceControl/changeset/77160#trunk%2fProj4Net%2fBasicCoordinateTransform.cs
If you need further information, please let me know.