[Pmapper-users] Calling map.phtml

2006-05-11 Thread Armin Burger
An: armin.burger at gmx.net, pmapper-users at faunalia.it Betreff: Re: [Pmapper-users] Calling map.phtml Datum: Wed, 10 May 2006 17:22:35 -0700 Getting much closer I think! I have the javascript function that refreshes the map. I've set my $_SESSION['resultlayers'] appropriately to real values (I've

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Roberto Starnini
: [Pmapper-users] Calling map.phtml you need to clear the session var $_SESSION[resultlayers] and then create it for your data in the required structure. You can also pass that via the URL. 'resulttileindexes' are only needed for tileindex shapefiles (that I never use), otherwise this value can

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Roberto Starnini
- Original Message - From: Armin Burger armin.burger a gmx.net To: Roberto Starnini roberto.starnini a gisweb.it Cc: pmapper-users a faunalia.it Sent: Thursday, May 11, 2006 11:18 AM Subject: Re: [Pmapper-users] Calling map.phtml Could you explain in more detail what you wanted

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Gail Long
: [Pmapper-users] Calling map.phtml Date: Thu, 11 May 2006 08:31:16 +0200 (MEST) try modify the line $resShape = $qLayer-getShape($resTileShpIdx, $resShpIdx); to $resShape = $qLayer-getShape(-1, $resShpIdx); in map.php (function pmap_addResultLayer) and see if it works better. armin

[Pmapper-users] Calling map.phtml

2006-05-10 Thread luca marletta
Your script sounds very useful, I hope that Armin will consider it to integrate into pmapper Unfortunately I'm not much able to advise you on your question but let us know about your progress. bye luca On 5/10/06, Gail Long codeburg at hotmail.com wrote: Hello all, I've written a query

[Pmapper-users] Calling map.phtml

2006-05-10 Thread Armin Burger
you need to clear the session var $_SESSION[resultlayers] and then create it for your data in the required structure. You can also pass that via the URL. 'resulttileindexes' are only needed for tileindex shapefiles (that I never use), otherwise this value can be -1 or 0 or so. Check the code

[Pmapper-users] Calling map.phtml

2006-05-10 Thread Gail Long
instantiate map.php and enter at a different point than from the url? -- Things are only difficult while you don't understand them. From: Armin Burger armin.burger at gmx.net To: Gail Long codeburg at hotmail.com CC: pmapper-users at faunalia.it Subject: Re: [Pmapper-users] Calling map.phtml

[Pmapper-users] Calling map.phtml

2006-05-10 Thread Gail Long
CC: pmapper-users at faunalia.it Subject: Re: [Pmapper-users] Calling map.phtml Date: Wed, 10 May 2006 12:38:25 -0700 Armin, Thank you for the quick response. Please forgive me but I don't entirely understand what to do. I've cleared the resultlayers session variable and added the new values

[Pmapper-users] Calling map.phtml

2006-05-10 Thread Gail Long
]= int(0) [992058]= int(0) [9 -- Things are only difficult while you don't understand them. From: Armin Burger armin.burger at gmx.net To: Gail Long codeburg at hotmail.com, pmapper-users at faunalia.it Subject: Re: [Pmapper-users] Calling map.phtml Date: Wed, 10 May 2006 22:11:15 +0200 what