Re: [pmapper-users] pmapper little bugs

2013-11-28 Thread Chris forum
On Fri, Jul 26, 2013 at 10:43 AM, Armin Burger wrote: > > 3) > > As Pedro said some days earlier, an '@' in an attribute value is replaced > > by an 'Email' in the result of a query. > > It happens on my project with two shapefile layers. > > I already tried to understand why this happens but I c

Re: [pmapper-users] pmapper little bugs

2013-09-25 Thread Chris forum
No more hyperlink text bug in r1321. And as expected, the fix Armin did for the pan with the zoom out tool selected is working fine. Well done guys! : ) On Mon, Sep 23, 2013 at 3:14 PM, Thomas RAFFIN wrote: > Hi, > > The bug was introduced in 1306 while trying to correct an other one. > > Now i

Re: [pmapper-users] pmapper little bugs

2013-09-23 Thread Thomas RAFFIN
Hi, The bug was introduced in 1306 while trying to correct an other one. Now it should be OK in 1321. Thomas Le 23/09/2013 10:05, Chris forum a écrit : > Hi all, > > It looks like http://svn.pmapper.net is down since last week. Apache > reboot needed ; ) > > Thomas> Did you happen to check the

Re: [pmapper-users] pmapper little bugs

2013-09-23 Thread Solly Vuso
Also www.pmapper.net is down since last week On Mon, Sep 23, 2013 at 10:05 AM, Chris forum wrote: > Hi all, > > It looks like http://svn.pmapper.net is down since last week. Apache > reboot > needed ; ) > > Thomas> Did you happen to check the hyperlink text bug? > > > Regards, > Chris > > > On

Re: [pmapper-users] pmapper little bugs

2013-09-23 Thread Chris forum
Hi all, It looks like http://svn.pmapper.net is down since last week. Apache reboot needed ; ) Thomas> Did you happen to check the hyperlink text bug? Regards, Chris On Wed, Sep 18, 2013 at 5:46 PM, Thomas RAFFIN wrote: > Hi > > I know this bug and I think I've just forgotten to commit it i

Re: [pmapper-users] pmapper little bugs

2013-09-18 Thread Chris forum
Hi Armin, I needed some time to rework my project, I am now ready to insert it (almost) easily into any new revision. That's what I am going to do now with rev 1320 to validate your last fix. Aside from that, I have noticed a new bug that has appeared with rev 1314: the resulting value of a graph

Re: [pmapper-users] pmapper little bugs

2013-09-18 Thread Thomas RAFFIN
Hi I know this bug and I think I've just forgotten to commit it in pmapper... I will check it tomorrow Bye Thomas Le 18/09/2013 17:17, Chris forum a écrit : > Hi Armin, > > I needed some time to rework my project, I am now ready to insert it > (almost) easily into any new revision. That's what

Re: [pmapper-users] pmapper little bugs

2013-08-25 Thread Armin Burger
On 07/22/2013 10:34 AM, Chris forum wrote: > 5) > The mouse right click to pan the map is great. > But if the Zoom out tool is selected (minus magnifier) when doing so, the > map is also zoomed out. > Is that on purpose? this should now be fixed, see http://svn.pmapper.net/trac/changeset/1320

Re: [pmapper-users] pmapper little bugs

2013-08-13 Thread Chris forum
Works fine! Well done! : ) On Sat, Aug 10, 2013 at 1:11 PM, Armin Burger wrote: > > > On 07/22/2013 10:34 AM, Chris forum wrote: > > 4) The generated URL window stays open even when an action is done (pan, > > zoom, new layer displayed, ...). An thus the proposed link is no more > > representin

Re: [pmapper-users] pmapper little bugs

2013-08-10 Thread Armin Burger
On 07/22/2013 10:34 AM, Chris forum wrote: > 4) The generated URL window stays open even when an action is done (pan, > zoom, new layer displayed, ...). An thus the proposed link is no more > representing the displayed map. solved. The window is now closed on map refresh. See changeset http://s

Re: [pmapper-users] pmapper little bugs

2013-07-26 Thread Chris forum
Great Armin, thanx for having a look at these remaining points! Neither do I use the zoom-out tool, but I have users who can't help select it. Bad habit from cartoweb I guess... On Fri, Jul 26, 2013 at 10:43 AM, Armin Burger wrote: > Chris, > > I just reply to the issues not already discussed

Re: [pmapper-users] pmapper little bugs

2013-07-26 Thread Armin Burger
Chris, I just reply to the issues not already discussed and/or resolved: On 07/22/2013 10:34 AM, Chris forum wrote: > 3) > As Pedro said some days earlier, an '@' in an attribute value is replaced > by an 'Email' in the result of a query. > It happens on my project with two shapefile layers. I a

Re: [pmapper-users] pmapper little bugs

2013-07-26 Thread Thomas RAFFIN
Thanks fo your bug reports and feedbacks. Le 26/07/2013 08:54, Chris forum a écrit : > *Drawing annotations* > Thanx, should have found it by myself..* > > custom.js* > Ok, must have added that comma once by mistake... sorry. > > *pm.query.js* > Ok also, was trusting my text editor who was waitin

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Chris forum
*Drawing annotations* Thanx, should have found it by myself..* custom.js* Ok, must have added that comma once by mistake... sorry. *pm.query.js* Ok also, was trusting my text editor who was waiting for an ending parenthesis for \( On Thu, Jul 25, 2013 at 5:32 PM, Thomas RAFFIN wrote: > > Le 2

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 Chris forum
Just tried the trunk out, there is no point 2) anymore! Graphical queries plugin works fine even with a non full screen browser window! : ) Good job Thomas! I noticed Measure2 and Drawing plugins now use a red cross instead of a thrash bin. But Drawing plugin still writes annotations in grey only.

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Chris forum
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); $html .= ""; } *custom.

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Armin Burger
I could also create a bugfix/update release 4.3.2 if the changes are proved to work correctly. armin On 07/25/2013 02:32 PM, Thomas RAFFIN wrote: > Hi, > > Chris, I've just committed the correction concerning scaledenom and > queries, and also few plugins updates (drawing, measure2, selection >

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Thomas RAFFIN
Hi, Chris, I've just committed the correction concerning scaledenom and queries, and also few plugins updates (drawing, measure2, selection management, graphical queries, queryeditor, export (PDF, SHP, OGR, DXF), ...). Feel free to try the trunk version for pmapper... Be careful with the new v

Re: [pmapper-users] pmapper little bugs

2013-07-25 Thread Chris forum
Hi Thomas, hi all, About point 1), Timingmap plugin does the job as pmapper doesnt freeze any more after some time of inactivity. However, this plugin introduce an new error when pmapper is launched with the parameter resetsession=ALL: PHP Fatal error: Uncaught exception 'MapScriptException' wit

Re: [pmapper-users] pmapper little bugs

2013-07-24 Thread Thomas RAFFIN
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! > I just found out the problem only appears when the browser window is > reduced. > > Queries work fine on both IE and Firefox on a full screen window. But when > the window

Re: [pmapper-users] pmapper little bugs

2013-07-24 Thread Chris forum
Point 2) is a weird one! I just found out the problem only appears when the browser window is reduced. Queries work fine on both IE and Firefox on a full screen window. But when the window is shrinked to a certain size, the following PHP error shows up: PHP Warning: mapObj::queryByPoint(): [MapSe

Re: [pmapper-users] pmapper little bugs

2013-07-22 Thread Chris forum
1) Cool, I will try that! 2) I checked with the following test layer: LAYER NAME "batiments_test" TYPE POLYGON DATA "gc_data/BATI_POL" METADATA "DESCRIPTION" "Bâtiments TEST" "RESULT_FIELDS" "NO_ECA, TYPE, ID_GO" END TEMPLATE void #MAXSCALEDENOM 4990 OPACITY 50

Re: [pmapper-users] pmapper little bugs

2013-07-22 Thread Thomas RAFFIN
Le 22/07/2013 14:28, Chris forum a écrit : > Hey Thomas, > > Thx for your reply! > > 1) > Here is what I've found in my php.ini > > ; After this number of seconds, stored data will be seen as 'garbage' and > ; cleaned up by the garbage collection process. > ; http://php.net/session.gc-maxlifetime

Re: [pmapper-users] pmapper little bugs

2013-07-22 Thread Chris forum
Hey Thomas, Thx for your reply! 1) Here is what I've found in my php.ini ; After this number of seconds, stored data will be seen as 'garbage' and ; cleaned up by the garbage collection process. ; http://php.net/session.gc-maxlifetime session.gc_maxlifetime = 1440 Will raise this value to see h

Re: [pmapper-users] pmapper little bugs

2013-07-22 Thread Thomas RAFFIN
Le 22/07/2013 10:34, Chris forum a écrit : > Hi all, > > I am very glad to annonce that pmapper 4.3.1 has officially replaced the > old Cartoweb solution here in my local city administation! \o/ > > It so much pleasant to work with pmapper, thanx a lot to Armin, Thomas and > all who built this too