Gaston Izaguirre wrote:
>
> 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.
>
>
>
>
>
Thank you for reply, but don't work , yet!
I tried to insert parameter "&me" withuot variable in start.html it's
working.
In strat.html:
myw=window.open("map.phtml?me="+2631178+","+4328415+","+2651178+","+4348415+
"&winsize=" + winsize + "&language=" + gLanguage + "&config=" + config +
startParameters, "MapServerTestSuite", "width=" + winwidth + ",height=" +
winheight +
",menubar=no,scrollbar=auto,resizable=no,top=0,left=0,status=yes");
In my application:
Xmin = Number(document.zoom2point.X.value)-a;
Ymin = Number(document.zoom2point.Y.value)-a;
Xmax = Number(document.zoom2point.X.value)+a;
Ymax = Number(document.zoom2point.Y.value)+a;
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");
}
I tried with "startParameter" but withuot success!
--
View this message in context:
http://www.nabble.com/ManualExtent%21-tf3510901.html#a9916473
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