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] 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