<div dir="ltr"><div><div><div><div>I am trying to parse a geojson string using the following:<br><br>                codec = QTextCodec.codecForName("UTF-8")<br>                fields = QgsJSONUtils.stringToFields(jsonstring, codec)<br>                features = QgsJSONUtils.stringToFeatureList(jsonstring, fields, codec)<br><br></div>From this I can get all the features in the string, but it does not appear that any of the QgsJSONUtils code takes into account the CRS of the data. A lot of the geojson data does not include the CRS, but it can.<br><br></div>How do I parse geojson data such that I know what the crs is of the feature geometry? Are there other routines in QGIS that does this other than QgsJSONUtils?<br><br></div>Thanks,<br><br></div>Calvin<br><div><div><div><br><br></div></div></div></div>