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

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