[Pmapper-users] new features and code

2006-05-11 Thread Paolo Cavallini
At 19:20, gioved? 11 maggio 2006 you presumably wrote: > Paolo, > (I once was starting the docs there, hoping users would complete and extend > it...) Right: please, users, do your best to contribute to a good documentation for p.mapper! pc -- Paolo Cavallini email+jabber: cavallini at faunalia.

[Pmapper-users] new features and code

2006-05-11 Thread Paolo Cavallini
Done. pc At 19:20, gioved? 11 maggio 2006 you presumably wrote: > Paolo, > > there's an item 'Community Portal' at > http://www.pmapper.net/wiki/index.php?title=p.mapper_Wiki:Community_Portal > > where I think things like this fit better into than on the first page (I > once was starting the docs

[Pmapper-users] new features and code

2006-05-11 Thread Armin Burger
Paolo, there's an item 'Community Portal' at http://www.pmapper.net/wiki/index.php?title=p.mapper_Wiki:Community_Portal where I think things like this fit better into than on the first page (I once was starting the docs there, hoping users would complete and extend it...) armin Paolo Cavallin

[Pmapper-users] new features and code

2006-05-11 Thread Paolo Cavallini
Hi all. It would be interesting to know: - which features users believe are more important to implement in the next releases of p.mapper - which users have new code for p. mapper Both issues have been sparsely raised in the mailing list, and I believe it is important to collect them in a central

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Armin Burger
> As I said the aim is to manage multiple projects. Have you ever tried to > jump from one map to another without close the browser? yes, you need to reload the whole frameview.phtml (pm 1). You need to do that anyway because you have to refresh/reload also other frames, at least the tocFrame. T

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Roberto Starnini
- Original Message - From: "Armin Burger" To: "Roberto Starnini" Cc: Sent: Thursday, May 11, 2006 11:18 AM Subject: Re: [Pmapper-users] Calling map.phtml > Could you explain in more detail what you wanted to achieve with the > modifications, what they are doing, what has been modifie

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Armin Burger
Could you explain in more detail what you wanted to achieve with the modifications, what they are doing, what has been modified? Data files outside the web dir is a normal Mapserver functionality, one just has to specify that in the map file. What were the problems with this approach? If you wan

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Roberto Starnini
Hi all, we have modified the p.mapper to manage multiple projects resolving the cleaning session problem. This is a usefull improvement that allows you moving data files outside the web dir and let you jump from one map to another whitout any problem. Then we moved the categories inside the config

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Armin Burger
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 > --- Urspr?ngliche Nachricht --- > Von: "Gail Long" > An: armin.burger at gmx.net, pma

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Gail Long
Armin, Thank you! That fixed things up very nicely. I appreciate your patience and assistance. Gail -- Things are only difficult while you don't understand them. >From: "Armin Burger" >To: "Gail Long" >CC: pmapper-users at faunalia.it >Subject: Re: [Pmapper-users] Calling map.phtml >Dat