Re: [pmapper-users] photo plugin

2014-10-31 Thread Thomas RAFFIN
An other option: try to add a js function at the beginning of PM.modifyQueryResultsFunctions array. Maybe you have to send an empty array if you what to stop query result parsing. for instance: parseResultsForImagesOnly: function(queryLayers, tplName) { var ret = queryLay

Re: [pmapper-users] photo plugin

2014-10-31 Thread Valerio
Hi, ok..I will try. Actually, it'd be a second query window: one (still active) that opens a normal table, the other that opens a window with only images or other fields from db. thanks Valerio 2014-10-31 17:44 GMT+01:00 Thomas RAFFIN : > Hi > > I think you only have to change the template in pm

Re: [pmapper-users] photo plugin

2014-10-31 Thread Thomas RAFFIN
And the thumbnails size is in CSS if I remember... Le 31/10/2014 17:44, Thomas RAFFIN a écrit : > Hi > > I think you only have to change the template in pm.query.js to change > the behavior. But I didn't try it... > > > Le 31/10/2014 17:34, Valerio a écrit : >> ​ Hi Thomas, >> ​ Your plugin for th

Re: [pmapper-users] photo plugin

2014-10-31 Thread Thomas RAFFIN
Hi I think you only have to change the template in pm.query.js to change the behavior. But I didn't try it... Le 31/10/2014 17:34, Valerio a écrit : > ​ Hi Thomas, > ​ Your plugin for thumbnails would be very useful​ if published on > pmapper 4!! > > Moreover, do you know the existence of a pl

Re: [pmapper-users] photo plugin

2014-10-31 Thread Valerio
​Hi Thomas, ​Your plugin for thumbnails would be very useful​ if published on pmapper 4!! Moreover, do you know the existence of a plugin that open directly an image (bypassing query result window), as showed in youtube video linked by Firdaus? thank you very much regards Valerio 2014-10-30 17

Re: [pmapper-users] photo plugin

2014-10-31 Thread Thomas RAFFIN
Hi, We didn't use BLOB (with postgreSQL we had bad experience on it!!) but classical file storage on the server. It should be easy if someone want to hack the plugin and add an upload button. Thomas Le 31/10/2014 07:38, Raffaele Morelli a écrit : > On 30/10/14 at 09:35am, Thomas wrote: >> Hi,

Re: [pmapper-users] photo plugin

2014-10-30 Thread Raffaele Morelli
On 30/10/14 at 09:35am, Thomas wrote: > Hi, > > We've got a plugin that could do the job: > > > > > > > It transform a field value a thumbnail (add the extension jpeg, png, ... if > needed

Re: [pmapper-users] photo plugin

2014-10-30 Thread Thomas
apper-users-mailing-list.993774.n3.nabble.com/pmapper-users-photo-plugin-tp4025646p4025650.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at

Re: [pmapper-users] photo plugin

2014-10-30 Thread Thomas RAFFIN
Unfortunately I'm not able to add the image example... Le 30/10/2014 17:37, Thomas RAFFIN a écrit : Hi, We've got a plugin that could do the job: It transform a field value a thumbnail (add the extension jpeg, png, ... if needed) with link that will open the image in an other browser page.

Re: [pmapper-users] photo plugin

2014-10-30 Thread Thomas RAFFIN
Hi, We've got a plugin that could do the job: It transform a field value a thumbnail (add the extension jpeg, png, ... if needed) with link that will open the image in an other browser page. It requires to publish the directory that contains the images on the web., and a specific METADATA ta

[pmapper-users] photo plugin

2014-10-29 Thread Firdaus firdaus
dear All, anyone has plugin in pmapper for displaying photo ? I saw a video in youtube http://www.youtube.com/watch?v=Ku3TsF9MOws where it is using pmapper. thanks for your help in advance --