Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Michaël Michaud
Thanks for the survey, Hopefully, the problem is fixed (r3508). I now pass the InputStream (byte stream) to the DomParser instead of an InputStreamReader. This way, I let the DomParser read the appropriate encoding and parse the xml file correctly. At least I hope so (have tested on Uwe's url an

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Rahkonen Jukka
Hi, Some quick tests: - GeoWebCache 1.4 in WMS mode has "charset=UTF-8" in the headers and "encoding="UTF-8"" in XML. - GeoServer 2.2.x does not have charser in the headers but does have encoding in XML. - ArcGIS Server x.x does not have charser in the headers but does have encoding in XML. - M

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Rahkonen Jukka
Michaël Michaud wrote: > In the adress given by Uwe, for example, last layer name is not parsed > correctly, but I could not find a way > to get a valid answer in the browser if I pass Uwe's url + > "SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities" I see that you have not yet worked a lot with

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread edgar . soldin
On 15.04.2013 22:13, edgar.sol...@web.de wrote: > On 15.04.2013 21:53, Michaël Michaud wrote: > servers usually announce the character set they answer with.. do you > check the response headers? there is a nifty firefox plugin called "live http headers" btw. Not sure if t

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread edgar . soldin
On 15.04.2013 21:53, Michaël Michaud wrote: servers usually announce the character set they answer with.. do you check the response headers? >>> there is a nifty firefox plugin called "live http headers" btw. >>> Not sure if the character set I need is in the http response head

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Michaël Michaud
Hi, >>> servers usually announce the character set they answer with.. do you check >>> the response headers? >>> there is a nifty firefox plugin called "live http headers" btw. >>> Not sure if the character set I need is in the http response header or >>> in the xml declaration. >>> I would have s

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Rahkonen Jukka
edgar soldin wrote: >>> >> servers usually announce the character set they answer with.. do you check >> the response headers? >> there is a nifty firefox plugin called "live http headers" btw. >> Not sure if the character set I need is in the http response header or >> in the xml declaration.

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread edgar . soldin
On 15.04.2013 20:23, Michaël Michaud wrote: > Hi, >> >>> Hi, I made some cross checks with combinations of - WMS 1.1.1 or WMS 1.3.0 - Mapserver 6.0 or Geoserver 2.3.0 - EPSG:4326 (native latitude-longitude), EPSG:2393 (native Nort

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Michaël Michaud
Hi, > >> Hi, >>> I made some cross checks with combinations of >>> >>> - WMS 1.1.1 or WMS 1.3.0 >>> >>> - Mapserver 6.0 or Geoserver 2.3.0 >>> >>> - EPSG:4326 (native latitude-longitude), EPSG:2393 (native >>> Northing-Easting), EPSG:3047 (native Northing-Easting) and E

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread edgar . soldin
On 15.04.2013 19:57, Michaël Michaud wrote: > Hi, >> >> I made some cross checks with combinations of >> >> - WMS 1.1.1 or WMS 1.3.0 >> >> - Mapserver 6.0 or Geoserver 2.3.0 >> >> - EPSG:4326 (native latitude-longitude), EPSG:2393 (native >> Northing-Easting), EPSG:3047

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Michaël Michaud
Hi, I made some cross checks with combinations of -WMS 1.1.1 or WMS 1.3.0 -Mapserver 6.0 or Geoserver 2.3.0 -EPSG:4326 (native latitude-longitude), EPSG:2393 (native Northing-Easting), EPSG:3047 (native Northing-Easting) and EPSG:3067 (native Easting-Northing) I did not find any malfunct

Re: [JPP-Devel] WMS 1.3

2013-04-15 Thread Rahkonen Jukka
Hi, I made some cross checks with combinations of - WMS 1.1.1 or WMS 1.3.0 - Mapserver 6.0 or Geoserver 2.3.0 - EPSG:4326 (native latitude-longitude), EPSG:2393 (native Northing-Easting), EPSG:3047 (native Northing-Easting) and EPSG:3067 (native Easting-Northing)

Re: [JPP-Devel] WMS 1.3

2013-04-14 Thread Michaël Michaud
Hi, I have committed the modifications about WMS 1.3.0 (r3505) Thanks to Jukka's server, I could test and compare WMS 1.1.1 / WMS 1.3.0 Tell me if lat/lon problems are fixed with all your use cases. Michaël Hi, Thanks for the tests. I still not master the lat/lon lon/lat problem, but with th

Re: [JPP-Devel] WMS 1.3

2013-04-10 Thread Michaël Michaud
Hi, Thanks for the tests. I still not master the lat/lon lon/lat problem, but with the help of Jukka, it should not be a problem to fix it... Michaël Hi, Reason is simple, Lon-Lat is not turned into Lat-Lon in BBOX. But Michaël has been doing some other not totally correct changes which ar

Re: [JPP-Devel] WMS 1.3

2013-04-10 Thread Rahkonen Jukka
Hi, Reason is simple, Lon-Lat is not turned into Lat-Lon in BBOX. But Michaël has been doing some other not totally correct changes which are causing troubles too. But everything is correctable. -Jukka- Giuseppe Aruta wrote: Hi Michael and Jukka I tried with lat/lon server and I get no displa

Re: [JPP-Devel] WMS 1.3

2013-04-10 Thread Giuseppe Aruta
Hi Michael and Jukka I tried with lat/lon server and I get no display Peppe 2013/4/10 Rahkonen Jukka > Hi, > > May I aski f you have even tried to handle the BBOX axis order, and if > yes, in which way? WFS 1.3.0 does not work well with Lat-Lon and > Northing-Easting systems now. > > -Jukka- >

Re: [JPP-Devel] WMS 1.3

2013-04-10 Thread Rahkonen Jukka
Hi, May I aski f you have even tried to handle the BBOX axis order, and if yes, in which way? WFS 1.3.0 does not work well with Lat-Lon and Northing-Easting systems now. -Jukka- Michaël Michaud wrote: > > Hi Jukka, WMS users, > > I added WMS 1.3.0 support but did not commit yet. > code is ava

Re: [JPP-Devel] WMS 1.3

2013-04-10 Thread Rahkonen Jukka
Hi, WMS 1.3.0 works for me with EPSG:3067 which is Easting-Northing system. However, there seems to be something odd with the reversed axis order in systems like EPSG:4326 and EPSG:2393. I will collect some log info later today. I did not see a regression with WMS 1.1.1, it is just that WMS 1

[JPP-Devel] WMS 1.3

2013-04-10 Thread Michaël Michaud
Hi Jukka, WMS users, I added WMS 1.3.0 support but did not commit yet. code is available here : http://geo.michaelm.free.fr/OpenJUMP/ If it can be tested today to check I did not introduce a severe regression, I can commit the code this evening. Note : Beside 1.3.0, I've made a few changes to bou