Re: [pmapper-users] search and activation of layer

2012-01-23 Thread Armin Burger
you can try the following: add in your custom.js under your /config/your-config/ directory (usually 'default') the following lines $.extend(PM.Query, { getQueryResult: function(qurl, params) { $.ajax({ type: "POST", url: qurl, data: params,

[pmapper-users] search and activation of layer

2012-01-23 Thread info
dear pmapper users i am using pmapper 4.1.0 when i make a search e.g. in the pmapper-demodata for a river, but the layer river is not activated, it would be nice, when that layer river could be turned active by the search process. ist that possible with short piece of code ? thank you very much