Re: [pmapper-users] A couple of questions...

2011-05-10 Thread Chris Jackson
Hi Thomas Makes sense. Thanks for the code works well, note - one of the // in the code below is on the wrong line. As for taking the pre-populated values further - I am not codey (clever) enough for that, I am guessing you could extend the search xml/xsd side of things to take more information.

Re: [pmapper-users] A couple of questions...

2011-05-10 Thread Thomas RAFFIN
Here are the changes for search behaviour that have to be done in "javascript/pm.search.js". - to keep the selected value, replace the "setSearchInput" method with this one: setSearchInput: function() { var searchForm = _$('searchForm'); // Modified by Thomas RAFFIN (SIRAP

Re: [pmapper-users] A couple of questions...

2011-05-10 Thread Thomas RAFFIN
Le 10/05/2011 15:39, Chris Jackson a écrit : > Hi Thomas > > Thanks for the response, I guessed the mapfile method was one way, > though does the layer always appear on the screen irrespective of zoom > (i.e. floats top left of map port - like GMap/earth APIs)? Haven't > got it to work yet bu

Re: [pmapper-users] A couple of questions...

2011-05-10 Thread Thomas RAFFIN
Hi, Responses below Le 10/05/2011 14:28, Chris Jackson a écrit : > Hi all > > Is it possible to make a block of text/image etc dependent on the active > (visible/ticked) layers on the screen? I.e.pseudo watermarking. LAYER NAME "credits" REQUIRES "([layer1] AND ![layer2])" STATU

[pmapper-users] A couple of questions...

2011-05-10 Thread Chris Jackson
Hi all Is it possible to make a block of text/image etc dependent on the active (visible/ticked) layers on the screen? I.e.pseudo watermarking. Also I am using the searchtool plugin for searches and wondered if there is a way to either keep the selected search option selected in the drop-down li