Hi, I want to add an overlay to Google Earth from a oracle view with
spatial column.
My first problem is the SRID of Oracle is 82337 (UTM-ED50 or
EPSG:23030). All my spatial dates are stored in the database with this
SRID. I get the following error:
org.geotools.data.oracle.OracleDataStore - Could not map SRID 82337 to
CRS:java.io.IOException: No CRS for srid 82337
I try to copy the definition of 23030 at the end of the file
epsg.properties with the number 82337, but not works.
Geoserver can re-project on the fly from my system coordinate to the
projection that needs Google Earth???
Thanks in advanced:
Fernando Zuriaga