[pmapper-users] Pmapper specific SOAP error

2010-03-28 Thread Medve Zsolt
Hy! I have a problem with SOAP and PHP and i think it is a Pmapper specific problem, Can you help me? Please There is the code: / getLayerByName('sde'); if ($layer->getNumResults() == 1) { $res = $layer->getResult(0); $layer->open(); $shape = $layer->getFeature($res->shapeindex, $

Re: [pmapper-users] Hyperlink Using Different Field

2010-03-28 Thread Siki Zoltan
Hi, AFAIK in the actual pmapper framework it cannot be solved changing only the custom.js, you get only three parameters in openHyperlink, the layer, the actual field name and the field value. You may extend the parameter list of custom.js ... Regards, Zoltan On Sun, 28 Mar 2010, Gunawan Wisnu