Hi, you're almost there!
You have to add MB_IGNORE_CSCS_ERRORS = true; in the script block of your html page that defines the mapbuilder config file, eg. // URL of Mapbuilder configuration file. var mbConfigUrl='config.xml'; MB_IGNORE_CSCS_ERRORS = true; This will prevent the error messages that pop up when certain coordinate pairs cannot be transformed. See http://jira.codehaus.org/browse/MAP-420 for more details on that. Regards, Andreas. On 10/15/07, Markus Innerebner <[EMAIL PROTECTED]> wrote: > > > Sailing was great and we won the race. > Congratulation!! > > > > > > As you see in my application in the start value is 240.000 km. But this > > > is only the city where I am living and its around 20 km long. Does this > > > has something to do with my projection format? > > > > Your projection file (EPSG258320.js) is incorrect. You have to say > > > > csList.EPSG258320='+title... > > > > instead of > > > > csList.EPSG2583200='+title... > > As you see, in that file I originally did it, but than I receive an > error related to the csc. I renamed than the this variable, but as you > see it was only a workaround, even a wrong workaround. > The strange is, that it appears only when moving the mouse over the map > randomly. > > MB_IGNORE_CSCS_ERRORS is not defined > (no name)(Object x=176101.2277304423 y=5148606.075551104 z=0)Proj.js > (line 215) > cs_transform(Object title=ETRF_1989_UTM_Zone_32N EPSG:258320 proj=utm, > Object title=long / lat WGS84 proj=longlat datum_type=4, Object > x=176101.2277304423 y=5148606.075551104 z=0)cscs.js (line 271) > mousemoveHandler(mousemove clientX=0, clientY=0)CursorTrack.js (line 98) > remove("mousemove", mousemove clientX=0, clientY=0)OpenLayers.js (line > 346) > handleBrowserEvent(mousemove clientX=0, clientY=0)OpenLayers.js (line > 348) > bindAsEventListener(mousemove clientX=0, clientY=0)OpenLayers.js (line > 56) > undefined > > P.S. I am using firebug for debugging. Do you have nay better > suggestion? > > thanks > > -- > 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 > sub 2048g/BF4877D0 2007-01-09 > > ------------------------------------------------------------------------- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-users
