Re: [pmapper-users] shplink is undefined when querying rasters

2015-07-02 Thread Thomas RAFFIN
Hi, Does it works without "SelectionManagement" plugin ? Le 02/07/2015 16:45, Pedro Venâncio a écrit : > Hi, > > I've been updating my pMapper application, with new versions of core and > plugins code, and I realized now that rasters query no longer works. I have > the raster configurations in

Re: [pmapper-users] Plugin multimedia_files with GROUP name

2015-05-18 Thread Thomas RAFFIN
Thanks for the bug report Le 18/05/2015 15:44, Pedro Venâncio a écrit : > I realized the reason for the multimedia_files plugin does not work, just as > I had described in the previous email. Actually I was testing with a group of > layers (2 layers with the same GROUP name) and the multimedia_f

Re: [pmapper-users] Selection Management Plugin

2015-05-15 Thread Thomas RAFFIN
file to enable this option, since in the > plugin folder is all updated. > > Thank you very much! > > > Best regards! > Pedro > > > > > > - Mensagem original - >> DE: Thomas RAFFIN >> Para: Pedro Venâncio ; PMapper Mailing List >>

Re: [pmapper-users] Selection Management Plugin

2015-05-15 Thread Thomas RAFFIN
Hi, Are you sure you have the latest version of pmapper? For me it works with the last one. Le 14/05/2015 16:51, Pedro Venâncio a écrit : > Hi Thomas, > > I have a few relatively old pMapper applications (4.1.x ... 4.2.x), and have > been updating them and adding the latest plugins. > > For ins

Re: [pmapper-users] Projection error

2015-01-28 Thread Thomas RAFFIN
Hi, I don't really use proj4s plugin, so I'm not sure but I think you have to define the projection (3857 here): - in the XML (already done as I see below) - in JS - in your js_config.php : Proj4js.defs["EPSG:2154"]="+proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=70 +y_0=66000

Re: [pmapper-users] Drawing; Images, ...

2015-01-06 Thread Thomas RAFFIN
Found (thanks you jose)! It depends on js configuration, compression level and method, etc ... Just commited right now. Thomas Le 06/01/2015 10:27, Thomas RAFFIN a écrit : > Hi > > What about your PHP error log file please? > > Le 30/12/2014 01:29, Pedro Venâncio a écrit

Re: [pmapper-users] Drawing; Images, ...

2015-01-06 Thread Thomas RAFFIN
st regards, > Pedro > > > > > > - Mensagem original - >> DE: Thomas RAFFIN >> Para: pmapper-users >> >> Hi, >> >> I've just committed few things in pmapper4 trunk version. Here is a >> quick changelog: >> - new plugin:

Re: [pmapper-users] Drawing; Images, ...

2014-12-22 Thread Thomas RAFFIN
Dynamic window bug should be solved! Le 19/12/2014 22:50, Thomas RAFFIN a écrit : > Hi, > > I've just committed few things in pmapper4 trunk version. Here is a > quick changelog: > - new plugin: "multimedia_files" to show images in the result window > - draw

[pmapper-users] Drawing; Images, ...

2014-12-19 Thread Thomas RAFFIN
Hi, I've just committed few things in pmapper4 trunk version. Here is a quick changelog: - new plugin: "multimedia_files" to show images in the result window - drawing with more features: save file, reload, zoom to all, change properties for already drawn features, change comment, uniformize som

Re: [pmapper-users] bug with draw printable shapes over the map (drawing plugin)

2014-11-12 Thread Thomas RAFFIN
Best Regards > José > > > 2014-10-30 10:58 GMT+00:00 Thomas RAFFIN [via pmapper-users -- p.mapper > users mailing list] : > >> Hi, >> >> Try to add this line in printdlg.phtml (in pmapper directory): >> require_once('incphp/group.php'); &g

Re: [pmapper-users] photo plugin

2014-10-31 Thread Thomas RAFFIN
e 31/10/2014 17:52, Valerio a écrit : > 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

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 : >> ​

Re: [pmapper-users] photo plugin

2014-10-31 Thread Thomas RAFFIN
w 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:37 GMT+01:00 Thomas RAFFIN <mailto:traf...@sirap.fr>>

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 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 br

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

Re: [pmapper-users] bug with draw printable shapes over the map (drawing plugin)

2014-10-30 Thread Thomas RAFFIN
g-list.993774.n3.nabble.com/file/n4025615/print2.jpg> > > CONCLUSION: the transparency/opacity value of the layers is always ignored > by the pdf generator system whenever there's a drawing over the map. > > Any user who has detected this problem? > I hope someone can help me

Re: [pmapper-users] PMapper5 : PM_RESULT_FIELDS order not observed

2014-10-29 Thread Thomas RAFFIN
Hi, I think it should be better to use "isset($recIn[$fld])" instead of "array_key_exists($fld, $recIn)" by considering performance. Le 14/10/2014 19:10, Armin Burger a écrit : > On 10/14/2014 07:50 AM, Raffaele Morelli wrote: >> On 14/10/14 at 12:32am, Armin Burger wrote: >>> yes, I guess this

Re: [pmapper-users] RES: Attribute search

2014-09-17 Thread Thomas RAFFIN
ach layer (not group !) you want to search in. ==> Just add the attribut "groupname". Example: Hope this helps Thomas Le 22/07/2014 12:03, Thomas RAFFIN a écrit : > Hi, > > My version doesn't works with groups, sorry... > > > Le 17/07/2014 21:38, Thomas RAFFIN

Re: [pmapper-users] Print pdf in pmapper 4.3.2 change size font

2014-09-03 Thread Thomas RAFFIN
orge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet traf...@sirap.fr <mailto:traf...@sirap.fr> Sirap <http://sirap.fr> Tel : 04 75 72 84 10 Fax : 04 75 70 07 98 Rue Paul Louis Héroult - BP 253 26106 Romans cede

Re: [pmapper-users] Print pdf in pmapper 4.3.2 change size font

2014-09-03 Thread Thomas RAFFIN
nt-pdf-in-pmapper-4-3-2-change-size-font-tp4025542p4025610.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list > archive at Nabble.com. > > -- > Slashdot TV. > Video for Nerds. Stuff that matters. > http://tv.slashdot.org/ > ______

Re: [pmapper-users] Print pdf in pmapper 4.3.2 change size font

2014-09-03 Thread Thomas RAFFIN
ot;vera" SIZE 6 POSITION cc COLOR 0 0 0 ANTIALIAS TRUE END What are your LABEL part please? And the MAP->UNITS value (meters, pixels ?) ? I'm in meters. Le 03/09/2014 07:33, nando_gcia a écrit : > Hi Armin, I have tried your solution b

Re: [pmapper-users] selectionManagement plugin

2014-07-28 Thread Thomas RAFFIN
ols. > Build a bridge from your legacy apps to the future. > http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/l

Re: [pmapper-users] selectionManagement plugin

2014-07-28 Thread Thomas RAFFIN
search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- Thomas RAFFIN Chef de Projet Internet traf...@sirap.fr <mailto:traf

Re: [pmapper-users] view labels at deeper zoom levels

2014-07-24 Thread Thomas RAFFIN
largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users >

Re: [pmapper-users] PMapper 5

2014-07-24 Thread Thomas RAFFIN
___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet traf...@sirap.fr <mailto:traf...@sirap.fr> Sirap <http://s

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

2014-07-23 Thread Thomas RAFFIN
! Try it now. > http://p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet traf...@sira

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

2014-07-23 Thread Thomas RAFFIN
ght - the same software that powers the world's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://list

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

2014-07-23 Thread Thomas RAFFIN
;s largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet tr

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

2014-07-23 Thread Thomas RAFFIN
Hi, Le 22/07/2014 18:51, jose mvm a écrit : > 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

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 w

Re: [pmapper-users] intersect with selection management plugin

2014-07-21 Thread Thomas RAFFIN
Hi, Now search operators are available for pre-definied search. Le 17/07/2014 13:30, Thomas RAFFIN a écrit : > I send your mail to the mailing-list after a small "cleaning"... > > Concerning "intersect with current selection" it is working well on my > local pm

[pmapper-users] pmapper4: new plugins and options

2014-07-21 Thread Thomas RAFFIN
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 ) and in their own README file. - Selection Management (enh

Re: [pmapper-users] RES: Attribute search

2014-07-17 Thread Thomas RAFFIN
END >> >> END >> >> >> >> >> >> >> >> >> >>wildcard="0"> >> >> >> >> >> >> >> >>

Re: [pmapper-users] intersect with selection management plugin

2014-07-17 Thread Thomas RAFFIN
estion was intersect with selection > management plugin. > I get the "replace selection", the "add to current selection", > the"exclude from the current selection" but not the "intersect > with current selection" operation.

Re: [pmapper-users] Print pdf in pmapper 4.3.2 change size font

2014-07-17 Thread Thomas RAFFIN
/p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet traf...@sirap.fr <m

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread Thomas RAFFIN
's largest code > search on Ohloh, the Black Duck Open Hub! Try it now. > http://p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread Thomas RAFFIN
p4025537.html > Sent from the pmapper-users -- p.mapper users mailing list mailing list > archive at Nabble.com. > > -- > Want fast and easy access to all the code in your enterprise? Index and > search u

Re: [pmapper-users] intersect with selection management plugin

2014-07-16 Thread Thomas RAFFIN
://p.sf.net/sfu/bds > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet traf...@sirap.fr <mailto:traf...@sir

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
And there was a bug with parenthesis and "AND", "OR" buttons. Le 11/07/2014 00:33, Pedro Venâncio a écrit : > Thank you very much Thomas! > > > > Best regards, > Pedro > > > > >> DE: Thomas RAFFIN >> >> Concerning "accent i

Re: [pmapper-users] PM.Custom.open Hyperlink is not a function

2014-07-10 Thread Thomas RAFFIN
ot. > > > > -- > Open source business process management suite built on Java and Eclipse > Turn processes into business applications with Bonita BPM Community Ed

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
"case insensitive" is already implemented, but not the "accent > insensitive". That is, a search with "abílio" is different of "abilio", and > it would be great if they could be considered equals. > > > Thanks Thomas! > > Best regards, &g

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
become a search "accent > insensitive"? Something like "ilike" for case insensitive? > > > Thank you very much! > > Best regards, > Pedro > > > > > > - Mensagem original - >> DE: Thomas RAFFIN >> >> hi, >> >> Try

Re: [pmapper-users] QueryEditor - query replace not working

2014-07-10 Thread Thomas RAFFIN
%25", which will not prevent > "%ca" to be replaced by "Ê". > > > Anyone confirms? > > > Thank you very much. > > > Best regards, > Pedro > > -- > Open sourc

Re: [pmapper-users] Enable Export to Excel in pmapper 4.3.2

2014-04-09 Thread Thomas RAFFIN
Hi, Thanks. This doc is partially here too: - http://svn.pmapper.net/trac/wiki/UpgradeOlderVersions (not the right place?) - http://svn.pmapper.net/trac/wiki/DocManual#AdditionalPHPsettings Maybe it could be interesting to add your parts in the wiki. Le 09/04/2014 10:50, Fernando a écrit : > M

Re: [pmapper-users] Query editor source code issues?

2014-04-08 Thread Thomas RAFFIN
Hi, I've just committed small corrections in the query editor concerning text fields and operators like "contains", stard with", ... for SHP files. Jose, your messages are not visible on pmapper the mailing list... Thomas Le 01/10/2013 15:48, Thomas RAFFIN a écrit : >

Re: [pmapper-users] Poor image quality on pmapper

2014-02-18 Thread Thomas RAFFIN
Hi, You have to use the same outputformat than with your CGI: http://svn.pmapper.net/trac/wiki/XmlFileSettings#map (search "http://svn.pmapper.net/trac/wiki/XmlFileSettings#map"; and "altImgFormat"). Thomas Le 18/02/2014 12:58, Marcello Benigno a écrit : > Hello all, > > In my application a Lan

Re: [pmapper-users] query editor - text coloumns - no records selected - final

2014-01-03 Thread Thomas RAFFIN
And maybe ask in the MS4W mailing list if you need more recent update. Le 03/01/2014 12:33, Thomas RAFFIN a écrit : > Search the mailing list: I think it has already been explained here > (just a zip to add to your current MS4W or something like that). > > Le 03/01/2014 12:23, harpi

Re: [pmapper-users] query editor - text coloumns - no records selected - final

2014-01-03 Thread Thomas RAFFIN
>> pmapper-users mailing list > > > > > > >> pmapper-users@.sourceforge > > > > > > >> https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > > > > > > > > > > > > > > > > > >

Re: [pmapper-users] query editor - text coloumns - no records selected - final

2014-01-03 Thread Thomas RAFFIN
ear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > __

Re: [pmapper-users] pmapper5 plugins

2013-10-07 Thread Thomas RAFFIN
e are all included. > > > 2013/10/4 Thomas RAFFIN mailto:traf...@sirap.fr>> > > Hi, > > Most of plugins I've (or my team) developed are planned to be > ported to > pmapper5, but there is no date, pmapper5 is not a stable version, we >

Re: [pmapper-users] pmapper5 plugins

2013-10-04 Thread Thomas RAFFIN
Hi, Most of plugins I've (or my team) developed are planned to be ported to pmapper5, but there is no date, pmapper5 is not a stable version, we don't use it at the moment... Some of those plugins: - addbuttonstogroups - displaymarker - drawing - graphicalqueries - measure2 - ms_auto_refmap - q

Re: [pmapper-users] Query editor source code issues?

2013-10-01 Thread Thomas RAFFIN
Hi, Thanks for your contribution. Indeed I never use SHP files, so your corrections are welcome... Replies below... Le 01/10/2013 14:47, Sylvain Arabeyre a écrit : > Dear all, > > While using the query editor plugin, I've came across some troubles. As I > am not sure whereas the problems I've e

Re: [pmapper-users] Plugins effects

2013-09-26 Thread Thomas RAFFIN
Hi, - clientdynamiclayers is not a real plugin, because it is the base for other ones. - selectionManagement has a README file. Here are the first lines: "Plugin to manage selection: - tools to load all / remove all / and remove objects from the query container table, - selection or search oper

Re: [pmapper-users] pmapper5 MS4W

2013-09-26 Thread Thomas RAFFIN
> I have downloaded 6.2.0 beta4 and extracted to the same root where I have > ms4w installation and search mapserve and setnv.bat , install and restart > apache but the web still shows the previous version . am not sure where I > went wrong > > > On Thu, Sep 26, 2013 at 10:46

Re: [pmapper-users] pmapper5 MS4W

2013-09-26 Thread Thomas RAFFIN
gt;> >> On Windows, the default location of the epsg file is *c:\proj\nad*. MS4W >> users will find the epsg file in *\ms4w\proj\nad*. >> >> >> On Wed, Sep 25, 2013 at 3:34 PM, Solly Vuso <[hidden >> email]<http://user/SendEmail.jtp?type=node&nod

Re: [pmapper-users] pmapper5 MS4W

2013-09-25 Thread Thomas RAFFIN
ntel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > &g

Re: [pmapper-users] pmapper5 MS4W

2013-09-25 Thread Thomas RAFFIN
t Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sour

Re: [pmapper-users] pmapper little bugs

2013-09-23 Thread Thomas RAFFIN
d you happen to check the hyperlink text bug? > > > Regards, > Chris > > > On Wed, Sep 18, 2013 at 5:46 PM, Thomas RAFFIN <mailto:traf...@sirap.fr>> wrote: > > Hi > > I know this bug and I think I've just forgotten to commit it in >

Re: [pmapper-users] pmapper little bugs

2013-09-18 Thread Thomas RAFFIN
--- > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest pri

Re: [pmapper-users] Internal Server Error with postgis search

2013-09-18 Thread Thomas RAFFIN
quot;RESULT_FIELDS" "id_0,arteria,r_cp4,r_cp3" > "RESULT_HEADERS" "ID,Nome da Rua,CP 4,CP 3" > "ows_title" "Rede Viaria" > END > CLASS > Name 'rede_viaria' > COLOR 250 0 0 > END

Re: [pmapper-users] Internal Server Error with postgis search

2013-09-18 Thread Thomas RAFFIN
arteria ~* '[search]' ORDER BY arteria > > > > > > > > With this, the suggestions appears as I write the name, but when I click on > one of the suggestions I get (on firebug) an Internal Server Error - &g

Re: [pmapper-users] Plugins modifications

2013-07-29 Thread Thomas RAFFIN
ommon - config_YY-01, 02, 03, ... => common + YY-common I didn't add it in pmapper, because it will change the way to define the configs files. Thomas Le 29/07/2013 11:37, Chris forum a écrit : > Hi Thomas, > > Just checked, even with > 5 > the custom.js is still

Re: [pmapper-users] Plugins modifications

2013-07-29 Thread Thomas RAFFIN
Hi, Try to inactivate the compression (debug level = 5 I think) and tell us if the custom.js is before or after the plugins files please? AFAIK I don't use the same compression functions than in "standard" pmapper. So all js files are compressed in the same order than if they were included wit

Re: [pmapper-users] pmapper little bugs

2013-07-26 Thread Thomas RAFFIN
g my text editor who was waiting for an ending > parenthesis for \( > > > On Thu, Jul 25, 2013 at 5:32 PM, Thomas RAFFIN <mailto:traf...@sirap.fr>> wrote: > > > Le 25/07/2013 15:27, Chris forum a écrit : > > As I don't feel confident enough to com

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Thomas RAFFIN
Drawing annotations: just add COLOR [color] in your template.map, layer "drawAnnotation", in the label part. Le 25/07/2013 16:21, Chris forum a écrit : > Just tried the trunk out, there is no point 2) anymore! Graphical queries > plugin works fine even with a non full screen browser windo

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Thomas RAFFIN
Le 25/07/2013 15:27, Chris forum a écrit : > As I don't feel confident enough to commit, here under a few minor things I > have found out: > > *legend.php* > $html .= ""; should be move before the } instead of after it (line 73) > > $html .= $this->writeClasses($grpName, $classList); >

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Thomas RAFFIN
e new version of plugins: you need a full "pmapper/plugins" directory up-to-date. Thomas Le 24/07/2013 14:54, Thomas RAFFIN a écrit : > I think it is due setExtent and setSize order calls... > > Le 24/07/2013 14:51, Chris forum a écrit : >> Point 2) is a weird one! >&g

Re: [pmapper-users] pmapper little bugs

2013-07-24 Thread Thomas RAFFIN
CADENOM line, I can not get an info any >> more until I scale down to 3100. >> I also tried with another layer which initially didn't use a MAXSCALDENOM >> tag. Same behaviour when I add one. >> >> I finally added the Identify tool, but same story... >> >&

Re: [pmapper-users] pmapper little bugs

2013-07-22 Thread Thomas RAFFIN
th the > graphicalqueries_polygon tool. Are you able to try on a new layer copy from the one that is grouped? > > > On Mon, Jul 22, 2013 at 11:38 AM, Thomas RAFFIN <mailto:traf...@sirap.fr>> wrote: > > Le 22/07/2013 10:34, Chris forum a écrit : > > Hi all, &

Re: [pmapper-users] pmapper little bugs

2013-07-22 Thread Thomas RAFFIN
ith application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > ___ > pmapper-users mailing list &g

Re: [pmapper-users] Slovak translation update

2013-07-19 Thread Thomas RAFFIN
Thanks for this contribution Ivan. Le 19/07/2013 11:06, Ivan Mincik a écrit : > Hi, > I did Slovak translation update for p.mapper 4.3.1. It is attached to > this email. > > > Thanks to all people working on this nice software. > > > > --

Re: [pmapper-users] Dont work my queryeditor plugin

2013-07-18 Thread Thomas RAFFIN
Hi, As in your other thread concerning the same issue: "I think you should try an up-to-date version..." Thomas Le 18/07/2013 21:07, franq17 a écrit : > Hello.. > Queryeditor results don t show me in windows and the console javascript say > this error: > > Notice: undefined index fldName in ../

Re: [pmapper-users] QueryEditor problem

2013-07-16 Thread Thomas RAFFIN
I think you should try an up-to-date version... Le 16/07/2013 05:38, franq17 a écrit : > I have pmapper v.4 > > > > -- > View this message in context: > http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/QueryEditor-problem-tp4025234p4025236.html > Sent from the pmapper-users -

Re: [pmapper-users] QueryEditor problem

2013-07-15 Thread Thomas RAFFIN
s.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Pr

Re: [pmapper-users] pMapper is making the replacement of at symbol by Email text

2013-07-09 Thread Thomas RAFFIN
Hi, Does the "Email" string exist in your pmapper/incphp/language_xx.fr ? Le 06/07/2013 01:20, Pedro Venâncio a écrit : > Hi all, > > pMapper is making the replacement of '@' by 'Email'. > > Data is stored in a postgis table, and the field content is > 'pedrongvenan...@yahoo.com'. > > Identify t

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-06 Thread Thomas RAFFIN
Hi, In pmapper/plugins/graphicalqueries/graphicalqueries.js, comment the line 40. It should now be: this._after_init(); and will become: //this._after_init(); Thomas Le 05/06/2013 15:51, Sylvain Arabeyre a écrit : > Thanks a lot! > The plugin now works perfectly! > Another question related to t

Re: [pmapper-users] excel download

2013-06-06 Thread Thomas RAFFIN
Hi, This is the same issue that previously posted concerning Graphical queries plugin. Some part of PHP code are a little bit too old and some warnings are written in your PHP error log. Try to update the PEAR libs: OLE, Excel_Spreadsheet, ... and if it is not sufficiant, change your php.ini a

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-05 Thread Thomas RAFFIN
o automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > ___________ > pmapper-users mailin

Re: [pmapper-users] Graphical queries doesn't update attribute table and map with "exclude from current selection" and "intersect with current selection"

2013-06-05 Thread Thomas RAFFIN
iling list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > -- Thomas RAFFIN Chef de Projet Internet traf...@sirap.fr <mailto:traf...@sirap.fr>

Re: [pmapper-users] GraphicalQueries plugin

2013-05-16 Thread Thomas RAFFIN
uery on all layers / buffer) is missing. > > Now that I see how it is supposed to work, I will try to find > what's wrong here. > From what I see there is no error in Firebug. > > I will let you know If I get it to work! > > > On

Re: [pmapper-users] GraphicalQueries plugin

2013-05-14 Thread Thomas RAFFIN
Hi Chris, The points you are talking about are already implemented in the plugin. You should have 5 tools (point, line, ...) and few options for them (chose a layer or select all layers, buffer with distance to specify, ...), like in this example: http://simap3.sirap.fr/ambert/ (just click on

Re: [pmapper-users] join to postgresql table problem

2013-04-26 Thread Thomas RAFFIN
Hi, Moreover you can use a long query to execute (or a view) in the LAYER->DATA parameter. And then specify only the geometric table (it requires all fields that are used for drawing : attributes binding, label, ...) in LAYER->METADATA->PM_RESULT_DATASUBSTITUTION. This one will be used for dra

Re: [pmapper-users] Drawing plugin - Dissapear objects

2013-04-22 Thread Thomas RAFFIN
http://www2.precog.com/precogplatform/slashdotnewsletter > > > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- Thomas RAFFIN Chef de Projet Inte

Re: [pmapper-users] search.xml with 2 fields

2013-04-03 Thread Thomas RAFFIN
les > ) > > [03-Apr-2013 13:45:39] P.MAPPER debug info > Parameters for attribute search file: suggest.php function: __construct > Array > ( > [type] => db > [sort] => asc > [minlength] => 0 > [regexleft] => > [startleft] => 0 > [

Re: [pmapper-users] search.xml with 2 fields

2013-04-03 Thread Thomas RAFFIN
me"> > > Did you manage to test my data? Does it work on your system? > Here, if I choose the street name "Abeilles" and then type "2" in the > second field, nothing is proposed while the numbers "23" , "25", "27" > a

Re: [pmapper-users] search.xml with 2 fields

2013-04-02 Thread Thomas RAFFIN
OK, it is due to bad configuration. You could do one of those: - Unactivate auto submit for suggested fields ==> set "PM.suggestLaunchSearch = false;" in js_config.php (applies to all suggested fields!) - keep "PM.suggestLaunchSearch = true;" and add to each definition where it is needed the "n

Re: [pmapper-users] search.xml with 2 fields

2013-04-02 Thread Thomas RAFFIN
ONNECTION "user=user password=pass dbname=db host=localhost > port=5432" >METADATA > "DESCRIPTION" "Addresses" > "RESULT_FIELDS" "idaddress, Address_table, Number_field" >"RESULT_HEADERS

Re: [pmapper-users] search.xml with 2 fields

2013-03-27 Thread Thomas RAFFIN
- > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Su

Re: [pmapper-users] Print dialog window

2013-03-21 Thread Thomas RAFFIN
And to solve your problem, you can specify the printdlg size (in config/common/custom.js for instance): PM.Dlg.printDlgOptions.width = 380; PM.Dlg.printDlgOptions.height= 400; Le 21/03/2013 15:02, Thomas RAFFIN a écrit : > Well I think your code didn't work because it modify CSS before

Re: [pmapper-users] Print dialog window

2013-03-21 Thread Thomas RAFFIN
t; > Chris > > On Thu, Mar 21, 2013 at 11:47 AM, Thomas RAFFIN <mailto:traf...@sirap.fr>> wrote: > > Hi, > > I think you should try to add this in your config/common/custom.css : > > .printdlg div.printdlg_advanced { > display: block; >

Re: [pmapper-users] Print dialog window

2013-03-21 Thread Thomas RAFFIN
--- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______ > pmapper-users mailing list > pmapper-users@lists.sour

Re: [pmapper-users] scalebar in pdf print

2013-03-11 Thread Thomas RAFFIN
partner to > tackle endpoint security challenges, access the full report. > http://p.sf.net/sfu/symantec-dev2dev > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pmapper-user

Re: [pmapper-users] Hello!

2013-02-18 Thread Thomas RAFFIN
as it adds pyramidal / less > detailed views of the image (downsampling), in the image itself. Mapserver > knows how to use them depending on the scale of the map. > > > > > > > On Mon, Feb 18, 2013 at 10:26 AM, Thomas RAFFIN wrote: > >> Le 18/02/2013 10:15,

Re: [pmapper-users] Hello!

2013-02-18 Thread Thomas RAFFIN
MapServer response. > > Chris > > > On Mon, Feb 18, 2013 at 9:43 AM, Thomas RAFFIN wrote: > >> Hi, >> >> I've made a hack in pmapper few years ago. This one allows you to >> specify 2 data sources for each layer: >> LAYER >> . >&g

Re: [pmapper-users] Hello!

2013-02-18 Thread Thomas RAFFIN
Hi, I've made a hack in pmapper few years ago. This one allows you to specify 2 data sources for each layer: LAYER . DATA "the_geom FROM your_heavy_view USING UNQIUE gid" METADATA PM_RESULT_DATASUBSTITION "the_geom FROM your_geo_table USING UNQIUE gid" ...

Re: [pmapper-users] mapToolArea position and JS files compress tool

2013-02-15 Thread Thomas RAFFIN
--- > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > ___

Re: [pmapper-users] pmapper 4.30 - Coordinates plugin - Display 2 projections

2013-02-12 Thread Thomas RAFFIN
Hi, I think this parameter is badly loaded if there is only one element : a string should have been converted to an array. Thomas Le 12/02/2013 14:24, Chris forum a écrit : > Hi all, > > Have a strange problem with the Coordinates plugin, it works fine with 1 > mapPrj and 2+ prj declared int th

Re: [pmapper-users] Drawing plugin

2013-02-07 Thread Thomas RAFFIN
Le 07/02/2013 17:16, Chris forum a écrit : > Hi all, > > Working on a pmapper 4.3 project, just installed the 'Drawing' plugin. > > Works well, Hi, Thanks > except for some details: :-( > > 1) ESC key doesn't erase the last point of a POLYGON or a LINE (as stated > in the info text), but the

Re: [pmapper-users] Pmapper5

2013-01-24 Thread Thomas RAFFIN
ées par les miennes. >> >> Je conçois très bien que ma demande puisse vous paraître inappropriée, >> mais s'agissant d'un logiciel open source, j'espère que vous serez d'accord >> d'y répondre positivement. >> >> A

  1   2   3   4   >