[pmapper-users] Res: Bug report in search.

2007-07-09 Thread Rodrigo Gaete
Yes, that is my problem. I am working in this. Maybe a can solve this. I am accept suggestions. Regards, Rodrigo Gaete - Mensagem original De: Armin Burger <[EMAIL PROTECTED]> Para: Rodrigo Gaete <[EMAIL PROTECTED]> Cc: pmapper-users list Enviadas: Segunda-feira, 9 de Julho de 2007 18

Re: [pmapper-users] Bug report in search.

2007-07-09 Thread Armin Burger
Unfortunately I don't understand what your problem is, your description is a bit missing something... if it's related to 1-n joins, then it's clear: this is not working since some time, and no concrete plans to get it running. armin Rodrigo Gaete wrote: > Hello Armin and All > > I am find a e

[pmapper-users] Bug report in search.

2007-07-09 Thread Rodrigo Gaete
Hello Armin and All I am find a error in Query String. This code return a same record when have more than one record associate a shape. squery.php * function dumpQueryResults() { if ($this->zoomFull) { // Maximum extents

Re: [pmapper-users] get extent

2007-07-09 Thread Armin Burger
you have the global JS variables var minx_geo, maxy_geo; var xdelta_geo, ydelta_geo; that you can use for calculating the extent of the current map. armin Sven Schroeter wrote: > Hallo, > > I'm using the showGroupInfo function in custom.js to open metadatainfos > (works fine):

[pmapper-users] get extent

2007-07-09 Thread Sven Schroeter
Hallo, I'm using the showGroupInfo function in custom.js to open metadatainfos (works fine): function showGroupInfo(group) { var winurl = 'http://server/metadata/metadata_view.php?layername=' + group; window.open(winurl, "resultwin"); } I want to send the acual mapextent to my linked app