Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread Rahkonen Jukka (MML)
Most WFS servers nowadays can also send data as GeoJSON which is not so flexible and therefore not as painful as GML. Also, most GIS data are still plain 2D or 2.5D simple features and there in not much gain in using GML for such simple data. Sometimes using GeoJSON as outputformat could be usef

Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread edgar . soldin
found the bug already. it was in the deegreefc to ojfc converter code. generally you are right and we should port wfs support to use fresh still developed code including proper gml reading. ..ede On 08.01.2016 16:18, Stefan Steiniger wrote: > so, if this may be a GML problem that its probably n

Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread Stefan Steiniger
so, if this may be a GML problem that its probably not that Ede can fix. GML is so flexible (and GML 3 vs GML 2 is so different) that it is a pain to make it work. I also tried to move/load GML from one other GIS to OJ and vice versa... but that seem to be more like luck if it worked. So its ac

Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread Rahkonen Jukka (MML)
Hi, Yes, ows.terrestris.de works for me. Here is an open Mapserver WFS that gives the same error than our own Mapserver: http://demo.mapserver.org/cgi-bin/wfs I created the request and copy-pasted the response from the "cites" layer into a file and checked the file with GDAL. It found all the

Re: [JPP-Devel] database : regression for postgis writers

2016-01-08 Thread sstein
great, this gives me more time for translation :) didn't translate a string yet :( On 1/8/16 07:07, edgar.sol...@web.de wrote: > On 08.01.2016 10:38, Michaud Michael wrote: >> Hi, >> >> >> >> I had already updated postgis writer plugins, but it seems they are broken >> again (4620 from decembr

Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread edgar . soldin
does http://ows.terrestris.de/geoserver/osm/wfs work for you? ..ede On 08.01.2016 12:54, edgar.sol...@web.de wrote: > hmm.. can you give me access to that? looks like it returns an unexpected > null somewhere. > > ..ede > > On 08.01.2016 12:45, Rahkonen Jukka (MML) wrote: >> Hi Ede, >> >> I ma

Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread edgar . soldin
hmm.. can you give me access to that? looks like it returns an unexpected null somewhere. ..ede On 08.01.2016 12:45, Rahkonen Jukka (MML) wrote: > Hi Ede, > > I made a test about > >> 1. wfs auth is working properly (looked like it didn't work before, did it?) > > It did not work before but

Re: [JPP-Devel] wfs enhancements

2016-01-08 Thread Rahkonen Jukka (MML)
Hi Ede, I made a test about > 1. wfs auth is working properly (looked like it didn't work before, did it?) It did not work before but works now. I could only test with a demo WFS service I made with Mapserver. The plugin can read data through proxy, https, and basic authentication up till get

Re: [JPP-Devel] Fwd: [jump-pilot:bugs] #412 Some java give "....-internal" Version numbers hindering OpenJump to start

2016-01-08 Thread edgar . soldin
Simon, should be fixed in the latest snapshot, please try r4742 (if it builds ;). http://sourceforge.net/projects/jump-pilot/files/OpenJUMP_snapshots/ what version of OJ did you install that did not work? ..ede On 08.01.2016 00:11, Sstein wrote: > Inicio del mensaje reenviado: > >> De: "Simo

[JPP-Devel] SVN: [4742] core/trunk/scripts/oj_linux.sh

2016-01-08 Thread jump-pilot-svn
Revision: 4742 http://sourceforge.net/p/jump-pilot/code/4742 Author: edso Date: 2016-01-08 10:17:08 + (Fri, 08 Jan 2016) Log Message: --- detect openjdk version properly " openjdk version "1.8.0_72-internal" OpenJDK Runtime Environment (build 1.8.0_72-internal-b05) OpenJ

Re: [JPP-Devel] database : regression for postgis writers

2016-01-08 Thread edgar . soldin
On 08.01.2016 10:38, Michaud Michael wrote: > Hi, > > > > I had already updated postgis writer plugins, but it seems they are broken > again (4620 from decembre 13th works, but current version does not work any > more). quite possible that i broke them ;( , let me know if so! > Ede, let me

[JPP-Devel] database : regression for postgis writers

2016-01-08 Thread Michaud Michael
Hi,   I had already updated postgis writer plugins, but it seems they are broken again (4620 from decembre 13th works, but current version does not work any more). Ede, let me the week end to try to solve the problem before releasing.   Michaël ---