SOLVED

By comparing my epsg.properties file with that of the default geoserver 
installation file I noticed that 102113 was missing in mine.

Thus I simply added the following to the bottom of epsg.properties

102113=PROJCS["WGS84 / Google Mercator", 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["Mercator (1SP)", 
AUTHORITY["EPSG","9804"]], PARAMETER["semi_major", 6378137.0], 
PARAMETER["semi_minor", 6378137.0], PARAMETER["latitude_of_origin", 0.0], 
PARAMETER["central_meridian", 0.0], PARAMETER["scale_factor", 1.0], 
PARAMETER["false_easting", 0.0], PARAMETER["false_northing", 0.0], UNIT["m", 
1.0],  AUTHORITY["EPSG","900913"]]



and everythings works again.

cheers,

Robert

________________________________
 Von: Robert Buckley <[email protected]>
An: "[email protected]" 
<[email protected]> 
Gesendet: 10:10 Dienstag, 18.September 2012
Betreff: [Geoserver-users] EPSG:102113
 

Hi,

I have installed the opengeosuite 3.0 Beta version of geoserver. Everything is 
working ok in geoserver but geoexplorer is trying to display the layers in 
EPSG:102113.

The opengeo software is a question for the opengeo forum 
(https://getsatisfaction.com/opengeo/topics/can_i_install_the_opengeo_geoserver_from_the_beta_3_0_release_without_updating_to_postgis2),
 but I have a question relating to geoservers handling of EPSG codes.



EPSG:102113 is apparently a vendor CRS defined by ESRI

http://spatialreference.org/ref/?search=102113

My question is though....spatialreference gives 2 crs definitions for 102113 -

SR-ORG:45: WGS 1984 Web Mercator
SR-ORG:6928: ESRI:102100 


what is an SR coordinate system?
Is this a match?


Would I define 102113 in geoserver by writting the following into 
/user_projections/epsg.properties

45=PROJCS["WGS_1984_Web_Mercator",GEOGCS["GCS_WGS_1984_Major_Auxiliary_Sphere",DATUM["WGS_1984_Major_Auxiliary_Sphere",SPHEROID["WGS_1984_Major_Auxiliary_Sphere",6378137.0,0.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["latitude_of_origin",0.0],UNIT["Meter",1.0]]
or like this...
102113=PROJCS["WGS_1984_Web_Mercator",GEOGCS["GCS_WGS_1984_Major_Auxiliary_Sphere",DATUM["WGS_1984_Major_Auxiliary_Sphere",SPHEROID["WGS_1984_Major_Auxiliary_Sphere",6378137.0,0.0]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Mercator_1SP"],PARAMETER["False_Easting",0.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",0.0],PARAMETER["latitude_of_origin",0.0],UNIT["Meter",1.0]]
Thanks for any help,

Robert
------------------------------------------------------------------------------
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
------------------------------------------------------------------------------
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

Reply via email to