Re: [JPP-Devel] retire Main/Plugins menu entry

2014-12-09 Thread edgar . soldin
Hi, Not sure I understand how you want to manage true extensions. I think an extension which is not included in PLUS distro still need to be initialized through its initialize method rather than through default-plugins.xml (or did I miss something). yes ;).. the new default-plugins.xml

Re: [JPP-Devel] retire Main/Plugins menu entry

2014-12-09 Thread Stefan Steiniger
Note, I haven't read the thread completely yet. But: I am with Michael. It's not obvious to me what the gain of this would be. Using the Plugin menu seems to me a central point for other developers to make stuff available if he does not know (or care) where to put it, and vice versa: a good spot

Re: [JPP-Devel] retire Main/Plugins menu entry

2014-12-09 Thread Giuseppe Aruta
Hi Ede I prefer to save that Plugin menu, Michael and Stefan's reasons seems to me quite valid, even if I personally don't use that menu for my external plugins. There are some reasons: user can easily find *simila cum similibus* : a) layer modification external tools under layer popup menu, b)

Re: [JPP-Devel] retire Main/Plugins menu entry

2014-12-09 Thread sstein
now heaving read all, including Peppes response: I also like to have the Raster menu separated... vector and raster is conceptually so different, that we should not mix it I think. If one could move Sextante into Raster? probably not, as it contains vector tools too... mhm? Yes, lets see what

[JPP-Devel] accessing a password protected WMS server

2014-12-09 Thread Andrei Nacu
Hi list, Do you know how to access a password protected WMS server from OpenJUMP? So, I have the server address, user name and password.After I type the WMS address OJ throws me a IOException HTTP response code 401, without even asking me for the user name and password.I also have a xml for this

Re: [JPP-Devel] accessing a password protected WMS server

2014-12-09 Thread edgar . soldin
should work with credentials in url. try adding user pass separated by colon finished by @ like this http[s]://user:pass@host/path/to/somewhere ..ede On 09.12.2014 21:08, Andrei Nacu wrote: Hi list, Do you know how to access a password protected WMS server from OpenJUMP? So, I have the

[JPP-Devel] Fw: accessing a password protected WMS server

2014-12-09 Thread Andrei Nacu
Hi ede, Yes now it works accessing the server. But when I try to open a map from the list (after clicking finish) I receive the same HTTP response code 401 and I can't see the map. Andrei -- Download

Re: [JPP-Devel] Fw: accessing a password protected WMS server

2014-12-09 Thread Rahkonen Jukka (Tike)
If you get a question if you want to use GetMap URL that is advertised by the WMS service when adding layers from the service, try to say No. -Jukka Rahkonen- Andrei Nacu wrote: Hi ede, Yes now it works accessing the server. But when I try to open a map

Re: [JPP-Devel] Fw: accessing a password protected WMS server

2014-12-09 Thread Andrei Nacu
Hi Jukka, I tried this as well. The only difference is that I don't receive any error message. But I still can't see the WMS layers I want to open. Andrei On Tuesday, December 9, 2014 11:50 PM, Rahkonen Jukka (Tike) jukka.rahko...@mmmtike.fi wrote: #yiv2383551715 #yiv2383551715

Re: [JPP-Devel] Fw: accessing a password protected WMS server

2014-12-09 Thread Rahkonen Jukka (Tike)
Perhaps it is because OpenJUMP does not automatically zoom to WMS layers. Try to zoom manually through the right click menu of table of contents or use some vector layer as a helper for finding the place. -Jukka- Andrei Nacu wrote: Hi Jukka, I tried this as