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

Nyall Dawson nyall.dawson at gmail.com
Thu Jul 23 02:12:46 PDT 2020


On Thu, 23 Jul 2020 at 18:01, Áron Gergely <aron.gergely at rasterra.nl> 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 fields are returned.
>

Quite possibly you're hitting this recently fixed GDAL bug:
https://github.com/OSGeo/gdal/issues/2787

Does that sound possible to you?

Nyall


More information about the QGIS-Developer mailing list