Re: [JPP-Devel] New SRID system and unknown SRID

2018-01-18 Thread edgar . soldin
On 18.01.2018 14:30, Rahkonen Jukka (MML) wrote: > Hi, > > I feel that you did not quite get what I had in my mind. At the moment if > layer has an unknown SRID OJ does know the envelope and reports it in the > layer properties, but it is not saved with JML as boundedBy >

Re: [JPP-Devel] New SRID system and unknown SRID

2018-01-18 Thread Rahkonen Jukka (MML)
Hi, I feel that you did not quite get what I had in my mind. At the moment if layer has an unknown SRID OJ does know the envelope and reports it in the layer properties, but it is not saved with JML as boundedBy (one_point_no_srid.jml) If SRID is set then boundedBy and boundedBy get added

Re: [JPP-Devel] New SRID system and unknown SRID

2018-01-18 Thread edgar . soldin
Jukka, the envelope is currently always generated by iterating over all feature geometries of a vector layer. possibly cached if no geometry changed, not sure though. there is _no_ functionality to read an envelope and memorize it for later for vector layers as far as i could see when

[JPP-Devel] SVN: [5674] core/trunk/src/com/vividsolutions/jump/io/GMLWriter.java

2018-01-18 Thread jump-pilot-svn--- via Jump-pilot-devel
Revision: 5674 http://sourceforge.net/p/jump-pilot/code/5674 Author: edso Date: 2018-01-18 13:45:07 + (Thu, 18 Jan 2018) Log Message: --- fix bug in SRID boundedBy writer. If the locale is set to Finnish then comma is used as decimal separator. Modified Paths:

[JPP-Devel] New SRID system and unknown SRID

2018-01-18 Thread Rahkonen Jukka (MML)
Hi Ede and others, New OJ with the SRID support in JML writes our the JML file without boundedBy element when the SRID is not known. But perhaps it would be good for some use cases to have a fast access to layer extents also in that case by write the boundedBy but without srsName