Re: [QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Nyall Dawson
On Thu, 23 Jul 2020 at 19:20, Alexandre Neto wrote: > Would it be ok for us to add a new key with the "implementation version" in > the JSON files for some of the functions? Sounds good to me! Nyall ___ QGIS-Developer mailing list

Re: [QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Alexandre Neto
Hi, I think we are talking about the same thing. We want to have a way to inform the users of QGIS release version where the function was introduced. Alexandre Neto A quinta, 23/07/2020, 14:03, matteo escreveu: > HI Alexandre, > > that's a great improvement, thanks! > > Having a key to

Re: [QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread matteo
HI Alexandre, that's a great improvement, thanks! Having a key to catch the QGIS release related to the expression would be also super useful. Anybody willingly to help on this? Cheers and thanks again Matteo ___ QGIS-Developer mailing list

Re: [QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-23 Thread Sebastiaan Couwenberg
On 7/23/20 1:18 PM, Patrick Dunford wrote: > Is there some kind of script I could run that would print out a list of > all the Qgis library dependencies and their version numbers. This oneliner should help: for pkg_version in $(dpkg -l | grep qgis | grep ^ii | awk '{print $2"="$3}'); do

[QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

2020-07-23 Thread Patrick Dunford
Gidday I am currently experiencing startup crash running Qgis 3.10.8 LTR from Debian packages on two of my computers that have Debian 10.4 with the KDE desktop environment installed, but it runs fine on one of my computers with Debian 10.4 with the LXQAt desktop environment installed. The

Re: [QGIS-Developer] QgsJsonUtils does not parse fields - bug or a feature?

2020-07-23 Thread Aron Gergely
Thanks Nyall, I reproduced that GDAL issue. It seems to be the culprit in my case as well! On 23/07/2020 11:12, Nyall Dawson wrote: On Thu, 23 Jul 2020 at 18:01, Áron Gergely wrote: Hi list, I am parsing a larger (about 200k characters) GeoJSON FeatureCollection string via

[QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Alexandre Neto
Hi, Sorry for the cross-posting. Because we only release documentation for the LTR versions (3.10 now) and testing (which represents master), in the past, we have been adding the version of QGIS where each function was added. That way, someone looking at the testing documentation, would know

Re: [QGIS-Developer] QgsJsonUtils does not parse fields - bug or a feature?

2020-07-23 Thread Nyall Dawson
On Thu, 23 Jul 2020 at 18:01, Áron Gergely wrote: > > Hi list, > > I am parsing a larger (about 200k characters) GeoJSON FeatureCollection > string via QgsJsonUtils.stringToFields(). > It contains polygon features, each with many coordinate pairs. > Despite the string being valid GeoJSON, no

[QGIS-Developer] QgsJsonUtils does not parse fields - bug or a feature?

2020-07-23 Thread Áron Gergely
Hi list, I am parsing a larger (about 200k characters) GeoJSON FeatureCollection string via QgsJsonUtils.stringToFields(). It contains polygon features, each with many coordinate pairs. Despite the string being valid GeoJSON, no fields are returned. However, if I save the string to a .geojson