Salvatore, I'm using pmapper 3.1 and the manual extent works fine, also I tried with pmapper 3.0. The application starts with this parameter: "&me=-58.5376456439,-34.676125061700006,-58.3504205849,-34.5405354852" which is passed to map.phtml as a whole string. Did you try to asign to the *startParameters* parameter the values for the Manual Extent ? Something like:
startParameters = "&me=" + Xmin + "," + Ymin + "," + Xmax + "," + Ymax; Regards, Gaston. Obs.: I don't know if the space character after the starting " in " &winsize=" has incidence in the behavior of your application. ----- Original Message ----- From: "Salvator*eL*arosa" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, April 09, 2007 6:16 PM Subject: Re: [pmapper-users] ManualExtent! > > Why don't work this: > myw=window.open("map.phtml?me="+Xmin+","+Ymin+","+Xmax+","+Ymax+" > &winsize=" > + winsize + "&language=" + gLanguage + "&config=" + config + > startParameters, "MapServerTestSuite", "width=" + winwidth + ",height=" + > winheight + > ",menubar=no,scrollbar=auto,resizable=no,top=0,left=0,status=yes"); > } > Can somebody help me? > Armin, can you help me about it? > Thanks > > > -- > View this message in context: > http://www.nabble.com/ManualExtent%21-tf3510901.html#a9909743 > Sent from the pmapper users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > pmapper-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pmapper-users > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
