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

2018-01-22 Thread edgar . soldin
is hard to decide what to do but right now I feel like this: > SRID not known: > Write gml:Box without srsName > > boundedBy not known because none feature has geometry: > Write a dummy boundedBy of (0,0 -1,-1). > > -Jukka- > > -Alkuperäinen viesti- > Läh

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)
then comma is used as decimal separator. File "one_point_srid_4326" shows this bug. -Jukka- -Alkuperäinen viesti- Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] Lähetetty: 18. tammikuuta 2018 14:31 Vastaanottaja: jump-pilot-devel@lists.sourceforge.net Aihe: Re: [JPP-

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] 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