[mapserver-users] Re: 5.6.1 Postgis problem

2010-01-20 Thread Sandeep Kumar Chauhan
Hi Steve, Thanks for help, i changed my code according to your suggestion. if (layer.queryByPoint(Map, point, (int)mapscript.MS_SINGLE, tolerance) == ... { resultCacheObj result = layer.getResults(); if (result.numresults > 0) {

Re: [mapserver-users] 5.6.1 Postgis problem

2010-01-14 Thread Sandeep Kumar Chauhan
Hi Steve, Thanks for reply. What I was trying to say was ... I was using mapscript (csharp) 5.4.1 earlier for my customize application. For performing Identify operation I was using following code... ... ... if (layer.queryByPoint(Map, point, (int)mapscript.MS_SINGLE, tolerance) == ... { re

[mapserver-users] 5.6.1 Postgis problem

2010-01-14 Thread Sandeep Kumar Chauhan
i have problem in 5.6.1 for shape index and layeobj getFeature in case of postgis but no problem in 5.4.1 i think problem in mappostgis.c file of 5.6.1 -- View this message in context: http://n2.nabble.com/5-6-1-Postgis-problem-tp4392177p4392177.html Sent from the Mapserver - User mailing list a