Re: [pmapper-users] Πρθ: Drawing plugin ignores session clientDynamicLayers data

2015-05-25 Thread zaiGEO
Hello, can uu explain to me how to use drawing plugin for updating my database?? Thank uu so much -- View this message in context:

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-25 Thread zaiGEO
Hello, i didn't understand how to resolve it (pdf hyperlink): this is my code: **Mapfile: METADATA DESCRIPTION projet_agriculture RESULT_FIELDS CAF,MONTANT_DH,DEVISE,INTITULE,CP,FP,FP_HL,ST_YEAR,END_YEAR,ABF,DATE_ABF,ABF_HL,CAUTION_DEF,POP,SURF_HA RESULT_HEADERS

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-25 Thread zaiGEO
Hello, i didn't understand how to resolve it (pdf hyperlink): this is my code: **Mapfile: METADATA DESCRIPTION projet_agriculture RESULT_FIELDS CAF,MONTANT_DH,DEVISE,INTITULE,CP,FP,FP_HL,ST_YEAR,END_YEAR,ABF,DATE_ABF,ABF_HL,CAUTION_DEF,POP,SURF_HA RESULT_HEADERS

Re: [pmapper-users] pm.map.zoom2extent

2015-05-25 Thread Robin Alexis Olaya
Thanks Gioza. another question. By using zoom2extent externally without the search function. as I can highlight the result? as I can build a query using window pmapper results (table) _ Robin Alexis Olaya Ingeniero Topográfico.

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-25 Thread jose mvm
Hi, In your custom.js case: openHyperlink: function(layer, fldName, fldValue) { switch(layer) { case 'YOUR_LAYER_NAME': if(fldName == 'FP_HL') { var linkUrl = 'http:/' + '/YOUR_HOSTNAME/YOUR_FOLDER/' + fldValue +