Hi Julian, > I’ve been trying to solve the problem and I’ve found (using the latest > Geoserver’s Reprojection console included in version 2.2-beta1) that > Geoserver does not recognize the geographic transformation parameter as I > would like it to. According to the Reprojection console, Geoserver applies
We have very recently incorporated a method to define full custom transformations. Just put your WKT transformation in "GEOSERVER_DATA_DIR/user_projections/epsg_operations.properties", indicating source and target CRSs. Here's a draft of the user's manual page for more details: https://github.com/oscarfonts/geoserver/blob/master/doc/en/user/source/advanced/crshandling/coordtransforms.rst The code is very new, use the latest trunk nightly build to test it. And let us know how it went. :) Salud, Oscar Fonts. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
