Searched refs:bboxList (Results 1 – 1 of 1) sorted by relevance
1122 QVariantList bboxList = exportMap.value(QStringLiteral("bbox")).value<QVariantList>(); in exportGeoJson() local1123 for (int i = 0; i < bboxList.size(); ++i) { in exportGeoJson()1124 bboxArray.append(QJsonValue(bboxList.at(i).value<double>())); in exportGeoJson()