John Preston ha scritto: > Thanks for the explanation. It seems that the projection text in the > .prj file is not being recognised. It does not look wrong but the fact > that I keep getting UNKNOWN returned means that it does not understand > it. I'm gonna look deeper.
Nope, it does not mean it does not understand it, it means it's not an exact match for an official EPSG code. It's actually quite common, one parameter could be slightly different, or the ellipsoid name could be different. Forget about the contents of your prj, just check they actually do match the 24200 definition (same projection, same parameters) and then type in 24200, don't press lookup, generate the bbox, and try again. If you get your data in the wrong place of the globe again, it's actually quite likely your srs is not 24200 or there is a mismatch between the coordinates of your shapefile and the .prj contents (again, relatively common, .prj files are very often completely off). Cheers Andrea ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
