[QGIS-Developer] QNetworkDiskCache::prepare() unable to open temporary file

2021-05-12 Thread r.agui...@utwente.nl
Dear devs,

I am still getting the error QNetworkDiskCache::prepare() in QGIS server 
(ubuntu bionic) ( 
https://gis.stackexchange.com/questions/42491/warning-qnetworkdiskcacheprepare-unable-to-open-temporary-file).
This ‘error’ occurs when I move the map. When I send a getCapabilities request 
I get a warning (QGIS server side)
“WMS capabilities document not found in cache”
Did some search and tried some options (1) to get rid of this ‘error’ with no 
success.
I found that this question has been asked somewhere else ( 
https://www.mail-archive.com/qgis-user@lists.osgeo.org/msg48102.html 
 ) without 
answer yet.
I will rephrase my question then, is this something that I should be worried 
about or just live with that?

Best regards,


1. Giving full permissions to the folder for the cache.
2. Setting the TMPDIR  
https://askubuntu.com/questions/1297403/change-temp-file-location-of-qgis-in-ubuntu
3. Configuring the cache folder (QGIS_SERVER_CACHE_DIRECTORY ) as explained in 
the doc.
4. Setting apache service with PrivateTmp=false ( 
https://muras.eu/2017/12/06/apache-ubuntu-systemd-privatetmp/; 
https://github.com/qgis/QGIS/issues/26243)
5. Setting the variable directory in  QGIS3.ini file as below:
[cache]
directory=/tmpcacheqgis

-
MSc Rosa Aguilar - PhD Candidate
University of Twente
Faculty of Geoinformation Science and Earth Observation
Connect with me on 
LinkedIn
https://rosaguilar.github.io
-
The essential is invisible to the eye. Saint-Exupéry

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Stale bot and older requests/issues - possible enhancement

2021-01-08 Thread r.agui...@utwente.nl
From a user perspective, I would like to suggest something like:

“Leaving an issue on the QGIS issue tracker might help, but there is no 
guarantee that this will be timely solved as our volunteered resources are 
limited. If you or your organization need something to be quickly fixed, there 
is the possibility to hire someone (link to the list of QGIS commercial support 
providers) ”.

In this way, users are aware that there is the intention in solving issues, 
just limited resources, and how a particular issue can move forward.

Regards,
Rosa

-
MSc Rosa Aguilar - PhD Candidate
University of Twente
Faculty of Geoinformation Science and Earth Observation
Connect with me on 
LinkedIn
https://rosaguilar.github.io
-
The essential is invisible to the eye. Saint-Exupéry

From: QGIS-Developer  On Behalf Of 
Charles Dixon-Paver
Sent: 08 January 2021 07:44
To: Alexandre Neto 
Cc: qgis-developer 
Subject: Re: [QGIS-Developer] Stale bot and older requests/issues - possible 
enhancement

How about something like:

Unfortunately this issue has not been addressed by the QGIS community for some 
time. If you would like to expedite the resolution of this issue and more like 
it, please refer to the https://qgis.org/en/site/getinvolved/facilitation.html;>facilitating 
development guide for information on how to sponsor the development of this 
functionality.

And make a facilitation page that explains the various resolution options 
nicely.

Not sure if that's OK for non-native speakers

On Fri, 8 Jan 2021 at 02:51, Alexandre Neto 
mailto:senhor.n...@gmail.com>> wrote:

On Thu, Jan 7, 2021 at 11:44 PM Nyall Dawson 
mailto:nyall.daw...@gmail.com>> wrote:


What I'm trying to convey here is that there's a chance the ticket
will be addressed without sponsorship, but if they DO sponsor it will
get addressed immediately. So "fast track" here means something a
little like "short cut".  Is there better wording you think may convey
this same meaning?

Nyall


Maybe "Speed up" or "accelerate"

But maybe it's just my limited vocabulary.

Alexandre

>
> Other than that +1
>
> Alexandre Neto
>
> A quinta, 7/01/2021, 08:33, Matthias Kuhn 
> mailto:matth...@opengis.ch>> escreveu:
>>
>> Hi Nyall,
>>
>> I would also appreciate a hint like this.
>> Maybe it could be done even more subtle by shortening this text and adding a 
>> link to a page "learn how to make things progress"?
>>
>> I'd also very much appreciate the voices of users on this topic (that's a 
>> classical "we don't only want to hear the dev side" topic).
>>
>> Matthias
>>
>> On Thu, Jan 7, 2021 at 1:42 AM Nyall Dawson 
>> mailto:nyall.daw...@gmail.com>> wrote:
>>>
>>> Hi list,
>>>
>>> I've a small request to consider for stale bot and issues/feature
>>> requests. I think that if a ticket remains open for say > 90 days
>>> since the last comment, it would be nice if stale bot added a comment
>>> like:
>>>
>>> "Unfortunately this bug/feature request has not seen any solution in
>>> the recent QGIS release. If this fix/feature is important to you or
>>> your organisation, you can help to fast-track its development by
>>> sponsoring this work. To do so, contact one of the QGIS commercial
>>> support providers listed at ... to discuss how you could fund this
>>> functionality".
>>>
>>> I think it's a non-threatening, non-begging way to advise bug
>>> reporters on the alternative ways they can fast track development in
>>> QGIS.
>>>
>>> Thoughts?
>>>
>>> Nyall
>>> ___
>>> QGIS-Developer mailing list
>>> QGIS-Developer@lists.osgeo.org
>>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>> ___
>> QGIS-Developer mailing list
>> QGIS-Developer@lists.osgeo.org
>> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


[QGIS-Developer] Using SVG symbology files

2020-05-29 Thread r.agui...@utwente.nl


Dear Devs,

I would like to use the SVG symbology files of QGIS (e.g., those located at 
../OSGeo4W64/apps/qgis-ltr/svg) in a web Map.

Is there any copyright or license that I should be aware of?

Best regards,



Rosa

-
MSc Rosa Aguilar
PhD Candidate
Faculty of Geoinformation Science and Earth Observation
University of Twente
Enschede, The Netherlands
https://www.linkedin.com/in/rosamaguilar/?locale=en_US
https://rosaguilar.github.io/
-

___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer