Re: [Qgis-developer] New feature: RFC saving style and ui in Spatialite

2014-03-03 Thread Gino Pirelli
regarding this feature I produced PullRequest: https://github.com/qgis/QGIS/pull/1221 thank you Luigi Pirelli (luigi.pire...@faunalia.it - lui...@gmail.com) On 28 February 2014 15:58, Gino Pirelli wrote: > regarding how to implement saving SLD in spatialite i downgraded my > previous using si

Re: [Qgis-developer] New feature: RFC saving style and ui in Spatialite

2014-02-28 Thread Gino Pirelli
regarding how to implement saving SLD in spatialite i downgraded my previous using simple text field... avoiding blob or XmlBlob (SL>4.1) the reason is to allow more simpler interoparability reading back sld. Using directly text I can read it's value directly. values are utf8 enconded and reading

Re: [Qgis-developer] New feature: RFC saving style and ui in Spatialite

2014-02-05 Thread Gino Pirelli
On 5 February 2014 22:29, aperi2007 wrote: > Also, AFAIK the goal of Luigi is storing in the spatialite the SLD > finalized to rendering the same dataset stored in the spatialite, > not to store SLD for general usage. > correct ___ Qgis-developer mail

Re: [Qgis-developer] New feature: RFC saving style and ui in Spatialite

2014-02-05 Thread aperi2007
The 3MB size is the size of an empty DB spatialite . A DB emty is 3MB size . A DBspatialite with 1 single dataset of 10MB is 3MB +10MB = 13MB. A DBspatialite with 3 dataset everyone of 10MB is 3MB + 10MB +10MB + 10MB = 33MB. Also, AFAIK the goal of Luigi is storing in the spatialite the SLD

Re: [Qgis-developer] New feature: RFC saving style and ui in Spatialite

2014-02-05 Thread Etienne Tourigny
Saving style as spatialite files would probably cause a significant file size overhead - don't all spatialite files take at least 3MB for the SRS tables? On Wed, Feb 5, 2014 at 10:18 AM, Gino Pirelli wrote: > Hi, > > I'm developing a new feature to save SLD and ui in Spatialite provider in > th

[Qgis-developer] New feature: RFC saving style and ui in Spatialite

2014-02-05 Thread Gino Pirelli
Hi, I'm developing a new feature to save SLD and ui in Spatialite provider in the same way this function is available for postgres. this function developed for Faunalia is funded by ARPA Piemonte fork is available at: https://github.com/luipir/QGIS/tree/spatialite-savestyle and actual modificatio