Hi All,
My source layers need to projected with EPSG:4900 (LGD2006).
Geoserver could not identify this projection if provided in SRS box.
So, I got the OGCWKT from
http://spatialreference.org/ref/epsg/4900/ogcwkt/
and included the new definition in epsg.properties file as:
4900=PROJCS["LGD2006",GEOGCS["LGD2006",DATUM["Libyan Geodetic Datum
2006",SPHEROID["International
1924",6378388.0,297.0,AUTHORITY["EPSG","7022"]],TOWGS84[-208.4058,-109.8777,-2.5764,0.0,0.0,0.0,0.0],AUTHORITY["EPSG","6754"]],PRIMEM["Greenwich",0.0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.017453292519943295],AXIS["Geodetic
latitude",NORTH],AXIS["Geodetic longitude",EAST],AXIS["Ellipsoidal
height",UP],AUTHORITY["EPSG","4900"]]]
So, while defining the featuretype for the same, if i provide SRS=4900
and click "generate", I get the following exception:
The following exception was thrown:
* class org.opengis.geometry.MismatchedDimensionException: Illegal
transform of type "ConcatenatedTransform".
Details:
org.opengis.geometry.MismatchedDimensionException: Illegal transform of type
"ConcatenatedTransform".
at org.geotools.geometry.jts.JTS.transform(JTS.java:166)
at
org.vfny.geoserver.action.data.TypesEditorAction.executeBBox(TypesEditorAction.java:282)
at
org.vfny.geoserver.action.data.TypesEditorAction.execute(TypesEditorAction.java:136)
at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
(truncated)
I may be wrong in defining the projection for EPSG:4900 in the
epsg.properties file
OR
Geoserver does not support LGD2006 Projection.
Any suggestion on this will be helpful.
Regards,
Suvajit
--
View this message in context: http://www.nabble.com/Does-Geoserver-supports-EPSG%3A4900(LGD2006)--tp22051707p22051707.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.