<br><br><div class="gmail_quote">2012/9/10 G. Allegri <span dir="ltr"><<a href="mailto:giohappy@gmail.com" target="_blank">giohappy@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div class="im">2012/9/10 kimaidou <span dir="ltr"><<a href="mailto:kimaidou@gmail.com" target="_blank">kimaidou@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Giovanni,<br><br>* The print service will be supported in the next version. Not yet to follow the "release often" mantra<br></blockquote><div><br></div></div><div>Do you have a schedule for the next version?</div>
</div></blockquote><div><br><br>Not yet, no. We will release V2 today or tomorrow. We have no schedule yet for the next one..<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div class="im"><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* We think rights management must be kept simple for users. This is why we choose deliberately to manage rights per repositories and not per project nor layers. We think it is very easy to set up several dedicated projects with Qgis to fit the need to protect some layers. One simple project a.qgs for readers with layer A and B and this configuration, another mrpresident.qgs for the big boss with all the secret layers and all the zoom available, etc.<br>

</blockquote><div><br></div></div><div>We also thought it but it requires to propagate project and layers settings to the various projects, A change in one project requires to manually do the same on the others... Ok, not so bad for two or three projects, but very time consuming if you have multiple roles = multiple projects.</div>

<div>Anyway, I agree with you, it's times simpler to implement ;)</div></div></blockquote><div><br><br>We totally agree. It depends of the number of projects and roles to deal with. What could be great in Qgis : be able to set a "master" project file (with all layers and configurations), and have a tool (or natively in Qgis) to create "child" projects based one this master one. I am not speaking about copy/paste as some of the already existed python plugins do. I am thinking about kind of a dynamic link between master and children.<br>
Would it be possible in Qgis XML project file to dynamically load external resources on demand ? I am thinking about the way we can import a CSS file into another, etc.<br><br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div class="im"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
* Why not though add in the future the possibility to manage permissions on request type (getCapabilities, getMap, getFeatureInfo, etc.).<br></blockquote><div><br></div></div><div>Ok.</div><div>Our goals are very similar. We will think on it... </div>
</div></blockquote><div><br><br>Great to chat about these subjects with you !<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote">
<div><br></div><div>giovanni</div><div><div class="h5"><div><br></div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>Michael<br>
<br><div class="gmail_quote">
2012/9/10 G. Allegri <span dir="ltr"><<a href="mailto:giohappy@gmail.com" target="_blank">giohappy@gmail.com</a>></span><div><div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Michael,<div>the two projects will probably overlay similar features. We've never worked with Jelix, and we didn't want to learn another framework :)</div>


<div>Anyway, sharing ideas is always the best way for OS projects.</div>
<div>A couple of questions:</div><div><br></div><div> - will you support the print service?</div><div> - I haven't tried Lizmap yet. Does it handle rights permissions on single layers within a .qgs project? Can you manage permissions on the request types (e.g. getfeatureinfo, getcapabilities, etc.)?</div>



<div><br></div><div>It would be great if you could setup an SCM (bitbucket, github, or whatelse).</div><div>giovanni</div><div><div><div><br></div><div><br><br><div class="gmail_quote">2012/9/10 kimaidou <span dir="ltr"><<a href="mailto:kimaidou@gmail.com" target="_blank">kimaidou@gmail.com</a>></span><br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br><br>Lizmap will be release soon, as a Zip file. I do not know yet if I will create a bitbucket account to put the code here or not. Why not !<br>



<br>Some of next lizmap features :<br>* access rights management to repositories (1 repository = one folder in the server containing one or more projects). You can defined, groups, users, and then set the visibility of each repository to one or more groups.<br>




* simple approach of tile caching, with no configuration needed (just click on a checkbox in Lizmap plugin for each layer to be cached)<br>* new ui, etc.<br><br>I am writing some documentation right now, and will explain these features as soon as I find time :)<br>




<br>Cheers<br>Michael<div><div><br><br><div class="gmail_quote">2012/9/10 Tim Sutton <span dir="ltr"><<a href="mailto:lists@linfiniti.com" target="_blank">lists@linfiniti.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<div><br>
On Mon, Sep 10, 2012 at 12:01 PM, G. Allegri <<a href="mailto:giohappy@gmail.com" target="_blank">giohappy@gmail.com</a>> wrote:<br>
> Hi,<br>
> the project is in very early development state. We've just implemented some<br>
> basic things for the current client we are working for, but we want to go on<br>
> with the development.<br>
> We're aware of LizMap (we're looking forward for its new release; question,<br>
> is there a public repository?), but we prefer to use Django, because it will<br>
> let us leaverage the Qgis Python APIs in case we will need them (probably<br>
> yes).<br>
> In this moment we're using qgis-web-client as it is beacuse it fits our<br>
> current needs (e.g. we don't need external base layers, it already supports<br>
> the Qgis Server print service, etc.) but I would like to implement a<br>
> Javascript API to be used independently by any JS framework.<br>
> Lots of ideas... we hope to find the needed sponsors to implement them all!<br>
><br>
> We'll release something as soon as we have a minimally stable project.<br>
> giovanni<br>
><br>
<br>
</div>Cool - it might be nice to put your work in<br>
<a href="http://github.com/qgis/XXXX" target="_blank">http://github.com/qgis/XXXX</a> if you want to do it pubicly.<br>
<br>
Regards<br>
<span><font color="#888888"><br>
Tim<br>
</font></span><div><div><br>
<br>
><br>
> 2012/9/10 rldhont <<a href="mailto:rldhont@gmail.com" target="_blank">rldhont@gmail.com</a>><br>
>><br>
>> Le 10/09/2012 09:29, Giovanni Manghi a écrit :<br>
>><br>
>>> Hi Giovanni,<br>
>>><br>
>>>> On Sat, Sep 8, 2012 at 11:18 AM, G. Allegri <<a href="mailto:giohappy@gmail.com" target="_blank">giohappy@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>> I'm working on a project to port qgis-web-client under Django, witht<br>
>>>>> the aim<br>
>>>>> to build a Qgis Server web based manager and extended service provider.<br>
>>>>> We've already implemented a basic structure, with a proxy (a Django<br>
>>>>> view) to<br>
>>>>> intercept the calls to qgis_mapserv.fcgi, and a view/template to expose<br>
>>>>> the<br>
>>>>> qgis-web-min.<br>
>>><br>
>>> very nice! will the code be released?<br>
>><br>
>><br>
>> Stay tuned, a new LizMap version will be released soon (today or tomorrow)<br>
>><br>
>> Cheers,<br>
>><br>
>> René-Luc D'Hont<br>
>> 3Liz<br>
>><br>
>><br>
>>><br>
>>> cheers!<br>
>>><br>
>>> -- Giovanni --<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Qgis-developer mailing list<br>
>>> <a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
>>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Qgis-developer mailing list<br>
>> <a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Qgis-developer mailing list<br>
> <a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
><br>
<br>
<br>
<br>
</div></div><div>--<br>
Tim Sutton - QGIS Project Steering Committee Member (Release  Manager)<br>
==============================================<br>
Please do not email me off-list with technical<br>
support questions. Using the lists will gain<br>
more exposure for your issues and the knowledge<br>
surrounding your issue will be shared with all.<br>
<br>
Visit <a href="http://linfiniti.com" target="_blank">http://linfiniti.com</a> to find out about:<br>
 * QGIS programming and support services<br>
 * Mapserver and PostGIS based hosting plans<br>
 * FOSS Consulting Services<br>
Skype: timlinux<br>
Irc: timlinux on #qgis at <a href="http://freenode.net" target="_blank">freenode.net</a><br>
==============================================<br>
</div><div><div>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div></div></div><br>
</blockquote></div></div></div><br>
</blockquote></div><br>