I'm trying to integrate a cylindrical equal-area projection in GeoSever (Lambert
or Gall–Peters or others) so I put the WKT code (epsg = 54034) in the
epsg.properties file but I have this error message:
Error decoding CRS: Error in "PROJECTION": No transform for classification
"Cylindrical_Equal_Area".
So my questions are:
If GeoServer doesn't include a projection, is it possible to add a projection just
adding a WKT definition in the epsg.properties file? If not it makes sense
because the WKT file just serve to communicate the parameters to the java
code?
So the sentence "Add a custom projection" means that we can change/adapt a
projection existing in GeoServer but no create it?
So, concretely what's the method to use to create a new projection in
GeoServer?
Thanks a lot for your help,
Pascal.
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Add-a-
custom-projection-in-GeoServer-tp5086524.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
Something similar needs to be done for the the equidistant cylindrical. The
math is 1-1 with the one used by libproj,
so normally adapting libproj code resulting in a working GeoTools
projection.
Hi,
Thanks again for your quick answer!
First of all, I have to said that I change the WKT code and know it "works"
but if I want to see the entire world, one tile is blanck. If I zoom it's ok
but If I try to turn back to visualize the world, it occurs the same. I know
of course that such things sometime occur but this time it's different
because it's always occurs at the sames zoom nivels (see image link).
What version of GeoServer are you using?
I'm using the 2.3.5 version.
and which wkt have you added to epsg.properties?
This one : 54030=PROJCS["WGS84 / Robinson", GEOGCS["WGS 84", DATUM["World
Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563,
AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich",
0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295],
AUTHORITY["EPSG","4326"]], PROJECTION["Robinson"], UNIT["m", 1.0]]