[JPP-Devel] SVN: [6217] core/trunk

2020-01-08 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 6217 http://sourceforge.net/p/jump-pilot/code/6217 Author: michaudm Date: 2020-01-08 22:21:51 + (Wed, 08 Jan 2020) Log Message: --- fix a bug related to WMS GetCapability reading (used platform encoding instead of encoding declared in xml) Modified Paths:

Re: [JPP-Devel] Fwd: SVN: [6214] core/trunk

2020-01-08 Thread edgar . soldin
can you provide me the service url privately? to try to reproduce it. generally i am not opposed to utf8 as default file encoding, but this touches OJ as a whole. we might break things. so i'd rather check why the WMSRequest does not interpret the charset correctly. maybe it's simply not set? .

Re: [JPP-Devel] Do we have a tool "create a linestring from ordered set of points"?

2020-01-08 Thread edgar . soldin
Geometry Converter could be extended to sort beforehand. ..ede On 07.01.2020 22:25, Rahkonen Jukka (MML) wrote: > OK, we have a Sextante tool "points to line", though without option to sort > by attribute. > > -Jukka- > > Lähettäjä: Rahkonen Jukka (MML) > Lähetetty: tiistai 7. tammikuuta 2020 23

Re: [JPP-Devel] Fwd: SVN: [6214] core/trunk

2020-01-08 Thread Michaud Michael
Hi Ede,I've had a strange problem since a few days which is not related to your fix but to WMS and encoding.java.io.IOException: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 49263; Invalid byte 3 of 3-byte UTF-8 sequence.    at com.vividsolutions.wms.AbstractParser.parseCapabilitie

Re: [JPP-Devel] Do we have a tool "create a linestring from ordered set of points"?

2020-01-08 Thread Michaël Michaud
Hey Jukka, I don't think we have such a tool. It would not be too difficult to add though. Would you like to add a Feature Request for that ? Michaël Le 07/01/2020 à 22:25, Rahkonen Jukka (MML) a écrit : OK, we have a Sextante tool “points to line”, though without option to sort by attrib