Re: [pmapper-users] Question about some pmapper logic

2010-03-22 Thread Thomas Raffin
1) send coordinates from js to PHP: plugins/coordinates/coordinates.js 2) convert coordinates: plugins/coordinates/x_coords.php 3) many options: 3a) search via pgsql: see plugins/digitizepoints/* 3b) or use pmapper/incphp/x_ajax/x_info.php and use json_decode($queryResult) to find your

Re: [pmapper-users] Question about some pmapper logic

2010-03-22 Thread Medve Zsolt
thanks for the answer, but: how ? "You have to send them to your PHP file, convert the click in map unit, use PHP mapscript to project coordinates, search the shapes, and call tour SOAP service. " This is the part what i cant do :) Send the mouse click coordinates to the php file ( witch contai

Re: [pmapper-users] Bug in queryeditor

2010-03-22 Thread Thomas Raffin
Hi, Thanks for debugging. But are you sure that there is a bug? Because the x_queryeditor.php page should replace the descriptive name with the real attribute name. Thomas Luis Franco Vázquez a écrit : > Hi: > > there is a bug in queryeditor. Queryeditor builds the query by adding the > descri

[pmapper-users] Bug in queryeditor

2010-03-22 Thread Luis Franco Vázquez
Hi: there is a bug in queryeditor. Queryeditor builds the query by adding the descriptive name of the layer instead the real name of the layer: ['rivers of the world'] <= 10 <===>['rivers'] < 10 this can be solved replacing var indicatorReadName = elemTmp.options[elemTmp.select

Re: [pmapper-users] Question about some pmapper logic

2010-03-22 Thread Thomas Raffin
Hi Medve Zsolt a écrit : > Hy! > > I would like to ask some qouestion about p.mapper logics. > 1. I see that the line in js_config.php : > {tool:'identify', name:'Identify'}, is for the button to > apear in Tools. But where is the code of the image. Where and how it > will get the i