This looks very close to EPSG:32632 (with a different datum name), see: http://spatialreference.org/ref/epsg/32632/
For cscs we need the Proj4 command line options like: +proj=utm +zone=32 +ellps=WGS84 +datum=WGS84 +units=m +no_defs Mike Markus Innerebner wrote: > 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? > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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
