Re: [pmapper-users] How to catch values from mapextent, layers opened and so on...

2008-12-17 Thread Gustavo C. Boselli
I tried adapting the function you wrote as an example, and it seems to work fine... thank you, much Armin! Gustavo C. Boselli E-mail: gb1...@yahoo.com --- On Tue, 12/16/08, Armin Burger wrote: From: Armin Burger Subject: Re: [pmapper-users] How to catch values from mapextent, layers opened

Re: [pmapper-users] How to catch values from mapextent, layers opened and so on...

2008-12-16 Thread Armin Burger
this should be mainly a 1-liner of Javascript passing the session ID and the desired language, like Load IT Load DE with function reloadMap(language) { location = location.href.split('?')[0] + '?' + SID + '&language=' + language; } There might be more elegant solutions but this should do

[pmapper-users] How to catch values from mapextent, layers opened and so on...

2008-12-15 Thread Gustavo C. Boselli
Dear users, I am using pmapper 3.2.0 and want to know how to get in a variable values from map extent, url, language and config that are calculated for the local variable linkhref (current_maplink) in the pm_cjs.js file. The purpose is being able to open the viewer in a different languaje but c