Hi,
Do you have .prj files besides your .asc files? If you don’t have a try by adding such for each .asc file. You can download prototype from here http://spatialreference.org/ref/epsg/32633/ or copy-paste the text below
PROJCS[“WGS_1984_UTM_Zone_33N”,GEOGCS[“GCS_WGS_1984”,DATUM[“D_WGS_1984”,SPHEROID[“WGS_1984”,6378137,298.257223563]],PRIMEM[“Greenwich”,0],UNIT[“Degree”,0.017453292519943295]],PROJECTION[“Transverse_Mercator”],PARAMETER[“latitude_of_origin”,0],PARAMETER[“central_meridian”,15],PARAMETER[“scale_factor”,0.9996],PARAMETER[“false_easting”,500000],PARAMETER[“false_northing”,0],UNIT[“Meter”,1]]
Let’s hope that with .prj files present Geoserver can recognize the projection.
-Jukka Rahkonen-
···
Eugenio Trumpy wrote:
Hello everybody,
I have a problem on native srs on my geoserver 2.3.2
I loaded many raster grid in asc format created in epsg:32633.
Geoserver recognize as native srs 404000.
Of course I set the srs handling as ‘declared’, and declared is EPSG:32633.
However this workaround doesn’t work for me my aim, because I have the
grid rightly projected on my webGIS, but the downloading tool
give me a geoTIFF without any SRS.
I would like to know if there is a way to handle this issue by geoserver.
I mean is it possible to allow geoserver to recognize the right native SRS?
Thank you
Eugenio