Re: [pmapper-users] search.xml with postgis - invalidJSON in pmapper v4.2.0

2013-03-04 Thread Serge Claudio Rafanoharana
Dear Suman, I just had a quick view of you code and I think you should make the name lower case; and refer to this hint: :HINT: No function matches the given name and argument types. You might need to add explicit type casts. Please have a look at:

Re: [pmapper-users] search.xml with postgis - invalidJSON

2013-03-04 Thread Suman
thanx for help.. sorry it was silly mistake. i typed wrong spelling of option. thanx again for your help. Best Regards, Suman -- View this message in context:

Re: [pmapper-users] Plugin digitize point

2013-03-04 Thread Suman
Hi, I am using Plugin digitize point with $dsn= 'pgsql://postgres:postgres@localhost:5432/template_postgis_20'; $db_table = 'tbl_utility'; // Table name. $pkey = 'gid'; // Table's primary key. $the_geom = 'geom';// Table's geometry field, type POINT.