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,

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-19 Thread Niccolo Rigacci
On Mon, Oct 19, 2009 at 04:10:02AM -0700, JacTheWolf wrote: > > Niccolo Nice work, the plugin works fine in firefox and > chrome but I can not make it work in IE. The event digitizepoints_start is > never fired. I will try it in IE in the next days. Stay tuned. -- Niccolo Rigacci Firenze - Ita

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-19 Thread JacTheWolf
Niccolo Nice work, the plugin works fine in firefox and chrome but I can not make it work in IE. The event digitizepoints_start is never fired. Any ideas? Thank you ! Niccolo Rigacci wrote: > > Hello, > > I just finished a simple plugin which allows to digitize points > directly into a Po

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-15 Thread Dark Knight
How to setting this plugin in pmapper-3.2.. I try to follow instruction in README.. but when I click digitize tool button.. its nothing happen.. To add the toolbar button: edit config/default/js_config.php, add a button element into PM.buttonsDefault definition: {tool:'digitizepoints', name:'Dig

[pmapper-users] PostGIS digitizepoints plugin available

2009-09-28 Thread Niccolo Rigacci
Hello, I just finished a simple plugin which allows to digitize points directly into a PostgreSQL/PostGIS table. It was tested on p.Mapper version 4, but it should work on version 3 too. Main features: * Insert new points and update existing ones into a PostgreSQL/PostGIS table. * Allow