Re: [pmapper-users] queery by point on point layers after window resize

2006-11-24 Thread Armin Burger
you could write both pixel and geo coordinates to the status bar or a DIV and see if the values you get are the ones expected and plausible. And also display the map width/height after resize (eg. in a div or via alert). armin Alessandro Pasotti wrote: > Hi, > > I'm experiencing the following

Re: [pmapper-users] pmapper and mod_proxy

2006-11-24 Thread Armin Burger
Jachym Cepicky wrote: > Hallo, > > we have our with p.mapper behind router, where we use Apache2 to for > redirecting requests to it. > > Configuration of the router looks like this: > > > ServerName mapserver.mendelu.cz > > # redirection to p.mapper server > ProxyPass /slp http://

[pmapper-users] Add point in MySQL database

2006-11-24 Thread Chris Beaart
I have already created a MySQL database and a table with some fields such as x and y. In my map-file I added some lines, so I can visualize the MySQL records as a point layer. Now I like to create a new tool. With this new tool I would like to click somewhere in the map, retrieve de x,y-coordinates

[pmapper-users] queery by point on point layers after window resize

2006-11-24 Thread Alessandro Pasotti
Hi, I'm experiencing the following problem: I use identify on a point layer and it works ok just after opening the webgis, but after a window resize it does'nt work anymore. It seems like it'sending wrong image coordinates, any hint on how to debug this? Thanks in advance. -- Alessandro Paso

[pmapper-users] pmapper and mod_proxy

2006-11-24 Thread Jachym Cepicky
Hallo, we have our with p.mapper behind router, where we use Apache2 to for redirecting requests to it. Configuration of the router looks like this: ServerName mapserver.mendelu.cz # redirection to p.mapper server ProxyPass /slp http://172.16.38.110/ ProxyPassReverse /slp http:

Re: [pmapper-users] Oracle connection - advice needed

2006-11-24 Thread Gambin Dejan
Armin, Hi again, I have managed to do something that works at this moment. I would like to share it with you so you can tell me what you think about it. I have modified the printFields function of squery.php like following: 1. I have realised you were using $loop=2. I don't know exactly why y

Re: [pmapper-users] Oracle connection - advice needed

2006-11-24 Thread Gambin Dejan
nquery works as you said, that was my mistake of not selecting the correct layer after clicking on "Select" button :-(( Since I am not familiar with json and javascript generally, do you think I could do something in squery.php, specifically in printFields function by creating a qStr for each r

Re: [pmapper-users] Oracle connection - advice needed

2006-11-24 Thread Armin Burger
> Well, it is working for me but let me explain: > > I have a polygon shape presenting buildings. There is a building ID in the > dbf file. Oracle database has a table of locations inside the buildings. > This table has also a building ID and it holds many locations attributes > (area, volume, us