Re: [pmapper-users] pmapper4: new plugins and options

2014-07-22 Thread Raffaele Morelli
2014-07-21 19:35 GMT+02:00 Thomas RAFFIN traf...@sirap.fr: Hi all, There are few new plugins and options available in pampper4. I will quickly described the changes here, but for more information plugins are documented in pmapper wiki (here: http://svn.pmapper.net/trac/wiki/AvailablePlugins

Re: [pmapper-users] RES: Attribute search

2014-07-22 Thread Thomas RAFFIN
Hi, My version doesn't works with groups, sorry... Le 17/07/2014 21:38, Thomas RAFFIN a écrit : Hi, I think I've got this code. I will check it tomorrow. Le 17/07/2014 19:39, Juliano C. P. Agostinho a écrit : Thank you. I will try implement one search to groups if I have success I

Re: [pmapper-users] pmapper4: new plugins and options

2014-07-22 Thread jose mvm
Hi Thomas, after update the pmapper code, i found some questions and difficulties: - when pmapper start up php notice apeears (repeatedly): [22-Jul-2014 16:06:49 UTC] PHP Notice: Undefined variable: dynamicClasses in /var/www/pmapper-4.3.2/incphp/layerview.php on line 218 but no problem... -

[pmapper-users] search one layer

2014-07-22 Thread Bogumił Szady
Hello, Is it possible to get one default search field turned on in the moment of starting of application window? I have only one layer to search and I would like to avoid every time selecting layer to search. all the best Bogumił

Re: [pmapper-users] pmapper4: new plugins and options

2014-07-22 Thread Armin Burger
First of all I would set the PHP error reporting to the value as described in the Wiki for the quick installation part, to avoid all pure notifications that just blow up your error log. What remains afterwards should be checked again. /a On 07/22/2014 06:51 PM, jose mvm wrote: Hi Thomas,

Re: [pmapper-users] pmapper4: new plugins and options

2014-07-22 Thread jose mvm
ok, my php errors level is on the maximum for to help me to understand and report the problems. but i have a fatal error when i try to save the selections as i showed: [22-Jul-2014 16:40:46 UTC] PHP Fatal error: Call to undefined function getLayersByGroupOrLayerName() in

Re: [pmapper-users] search one layer

2014-07-22 Thread Armin Burger
not a very elegant solution, but should work: add the following block at the end of your /config/[your-config]/custom.js file $.extend(PM.Query, { createSearchItems: function(url) { $.ajax({ url: url, dataType: json, success: