Hi Linda, I am going to do it .
Just let me know one thing:
If I have my own projection format, just tell me how I should convert
that values into the values specified in the files of
dir: ./lib/util/cscs/lib/defs
Is there any tool to do that:
My projection :
/*PROJCS["ETRF_1989_UTM_Zone_32N",
GEOGCS["GCS_ETRF_1989",
DATUM["D_ETRF_1989",
SPHEROID["WGS_1984",6378137.0,298.257223563]],
PRIMEM["Greenwich",0.0],
UNIT["Degree",0.0174532925199433]],
PROJECTION["Transverse_Mercator"],
PARAMETER["False_Easting",500000.0],
PARAMETER["False_Northing",0.0],
PARAMETER["Central_Meridian",9.0],
PARAMETER["Scale_Factor",0.9996],
PARAMETER["Latitude_Of_Origin",0.0],
UNIT["Meter",1.0]]
*/
How I define it in mapbuilders EPSG258320.js file
csList.EPSG258320 = "\
+title=ETRF_1989_UTM_Zone_32N EPSG:26591\
+proj=tmerc \
+lat_0=40.5 \
+lon_0=-110.0833333333333 \
//+k=0.999938 \
+x_0=500000.0 \
+y_0=0 \
+a=6378137.0 \
+b=298.257223563 \
+pm=greenwich\
+units=m\
";
Unfortunately this is not working at the moment.
Is there a tool that for that convertion or how you are normally doing
that?
--
Markus Innerebner
DIS Research Group - Faculty of Computer Science
Free University Bozen-Bolzano
Dominikanerplatz 3 - Room 213
I - 39100 Bozen
Phone: +39-0471-016223
Mobile: +39-333-9392929
gpg --fingerprint
-------------------------------------
pub 1024D/588F6308 2007-01-09
Key fingerprint = 6948 947E CBD2 89FD E773 E863 914F EB1B 588F 6308
uid Markus Innerebner (Markus Innerebner's work adress)
<[EMAIL PROTECTED]>
sub 2048g/BF4877D0 2007-01-09
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
