You've got the wrong list, should ask this question on the Geoserver users list ([email protected])
But the answer to your question is to just upgrade GeoServer. It was only fixed to handle 900913 in version 1.5.3, see http://jira.codehaus.org/browse/GEOS-1277 That and later versions also ship with 900913, so you don't even have to add it to the epsg.properties file, it will work out of the box. Previous versions won't work even if you put the WKT right, because one of the parameters wasn't quite supported. best regards, Chris José Carrizo wrote: > Hi everybody, > > I'm trying to add EPSG:900913 projection definition in geoserver1.5.0 > typing the following line into epsg.properties file: > > 900913=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 when I look at srsHelp.do itsn't listed, and console shows the > following message: > > WARNING: Issues converting EPSG:900913. No code "EPSG:900913" from > authority "European Petroleum Survey Group" found for object of type > "CoordinateReferenceSystem". > > I don't have idea about what's happening :S > > > ------------------------------------------------------------------------ > > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users -- Chris Holmes OpenGeo - http://opengeo.org Expert service straight from the developers. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
