Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-20 Thread Armin Burger
On 20/10/2009 19:32, Armin Burger wrote: > On 20/10/2009 16:52, Niccolo Rigacci wrote: >> On Tue, Oct 20, 2009 at 07:39:41AM -0700, JacTheWolf wrote: >>> I found the problem. Apparently my version of IE (6.0) does not work the >>> second parameter of function "window.open". To fix put null: >>>

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-20 Thread Armin Burger
On 20/10/2009 16:52, Niccolo Rigacci wrote: > On Tue, Oct 20, 2009 at 07:39:41AM -0700, JacTheWolf wrote: >> I found the problem. Apparently my version of IE (6.0) does not work the >> second parameter of function "window.open". To fix put null: >> >> var popup = window.open( >> PM

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-20 Thread Niccolo Rigacci
On Fri, Oct 16, 2009 at 10:59:35AM +0700, Dark Knight wrote: > > How to setting this plugin in pmapper-3.2.. The plugin needs some changes in the JavaScript, and also a fix in the php code. I made a quick backport that you can find here: https://trac.faunalia.it/svn/digitizepoints/branches/dig

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-20 Thread Niccolo Rigacci
On Tue, Oct 20, 2009 at 07:39:41AM -0700, JacTheWolf wrote: > > I found the problem. Apparently my version of IE (6.0) does not work the > second parameter of function "window.open". To fix put null: > > var popup = window.open( > PM_PLUGIN_LOCATION + > '/digitizepoints/digitizep

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-20 Thread JacTheWolf
I found the problem. Apparently my version of IE (6.0) does not work the second parameter of function "window.open". To fix put null: var popup = window.open( PM_PLUGIN_LOCATION + '/digitizepoints/digitizepoints.php?lon=' + px + "&lat=" + py, null,