[JPP-Devel] SVN: [4727] core/trunk/src/com/vividsolutions/jump/workbench/ui/InfoFrame. java

2015-12-30 Thread jump-pilot-svn
Revision: 4727 http://sourceforge.net/p/jump-pilot/code/4727 Author: edso Date: 2015-12-30 17:45:41 + (Wed, 30 Dec 2015) Log Message: --- keep scrollbar pos intact when wms infoframe is updated Modified Paths: --

[JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread jump-pilot-svn
Revision: 4728 http://sourceforge.net/p/jump-pilot/code/4728 Author: edso Date: 2015-12-30 18:05:07 + (Wed, 30 Dec 2015) Log Message: --- extended support for urls, added methods like getHost(), getPort() etc. Modified Paths: --

[JPP-Devel] SVN: [4729] core/trunk/src

2015-12-30 Thread jump-pilot-svn
Revision: 4729 http://sourceforge.net/p/jump-pilot/code/4729 Author: edso Date: 2015-12-30 18:09:03 + (Wed, 30 Dec 2015) Log Message: --- streamlined WMS support to create the connection in really one place only cleaned FeatureInfoTool and moved most of the code into

Re: [JPP-Devel] Two issues with GetFeatureInfo in r4720

2015-12-30 Thread edgar . soldin
Jukka, can you please test if wms info w/ auth works properly now? thx ..ede On 30.12.2015 14:01, edgar.sol...@web.de wrote: > let me see if i can quickly hack something reusing more wms code to fix the > auth. > > ..ede > > On 29.12.2015 14:51, Rahkonen Jukka (MML) wrote: >> Hi, >> >> I

Re: [JPP-Devel] Check if a Geometry collection (or a Feature Schema) is made by a single geometry type

2015-12-30 Thread Giuseppe Aruta
Thanks for the answers. I want to develop a way to check if a selected vector layer has different geometries or if it is if one geometry type. I checked on OJ code but I didn' t find what I needed. I will study an alternative way. Best regards Peppe On Dec 29, 2015 6:46 PM,

Re: [JPP-Devel] Check if a Geometry collection (or a Feature Schema) is made by a single geometry type

2015-12-30 Thread Michaël Michaud
Hi Peppe, You have also a selection tool that makes it possible to select features by type. And "layer properties" which displays the number of features of each type (maybe the more close to what you're looking for, but I don't know what is your exact use case) Michaël Le 30/12/2015

Re: [JPP-Devel] Check if a Geometry collection (or a Feature Schema) is made by a single geometry type

2015-12-30 Thread Rahkonen Jukka (MML)
Hi, You found a use case for in-memory H2GIS layer that Michaël was dreaming about a few days ago. Then you could use SQL somehowl like “SELECT DISTINCT geometry_type(the_geom)…” Meanwhile you could study what Edit – Extract – Extract layers by geometry type does. Now it already sends a

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread Michaël Michaud
Hi Ede, Just wondered if it worth the extra work on UriUtil. URI class has probably a good parser to check a URI is valid (using the constructor), and most methods to access the different uri parts, except maybe one to get name and password separately. But maybe I missed the point. Michaël Le

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread Rahkonen Jukka (MML)
Hi, Does automatic build run? I have been waiting for a snapshot a little bit longer than usually. -Jukka- -Alkuperäinen viesti- Lähettäjä: jump-pilot-...@lists.sourceforge.net [mailto:jump-pilot-...@lists.sourceforge.net] Lähetetty: 30. joulukuuta 2015 20:05 Vastaanottaja:

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread edgar . soldin
grab it from here http://jamoke.net/oj-nb/?C=M;O=D probably some hickup at sf.net.. ede On 30.12.2015 20:29, Rahkonen Jukka (MML) wrote: > Hi, > > Does automatic build run? I have been waiting for a snapshot a little bit > longer than usually. > > -Jukka- > > > > -Alkuperäinen

Re: [JPP-Devel] SVN: [4728] core/trunk/src/org/openjump/util/UriUtil.java

2015-12-30 Thread edgar . soldin
you're free _not_ to use it :)).. for me these util functions allow easy (no exceptions thrown), lightweight (work exclusively on strings no URL objects) to manipulate url strings. note the difference between URL and URI ..ede On 30.12.2015 21:42, Michaël Michaud wrote: > Hi Ede, > > Just

Re: [JPP-Devel] Two issues with GetFeatureInfo in r4720

2015-12-30 Thread edgar . soldin
let me see if i can quickly hack something reusing more wms code to fix the auth. ..ede On 29.12.2015 14:51, Rahkonen Jukka (MML) wrote: > Hi, > > I was testing GetFeatureInfo with OpenJUMP r4720 and found these two issues: > > > 1) Basic authentication URL is only almost right.

[JPP-Devel] wms featureinfotool

2015-12-30 Thread edgar . soldin
yo Alberto, can you please quickly explain what URL url = stripXhtmlTags(featInfoUrl); does to the url and why it is necessary? thx.. ede -- ___ Jump-pilot-devel mailing