Searched refs:featureMap (Results 1 – 1 of 1) sorted by relevance
925 static QJsonObject exportFeature(const QVariantMap &featureMap) in exportFeature() argument928 QJsonValue geometryNodeValue = QJsonValue(exportGeometry(featureMap)); in exportFeature()929 …QJsonValue propertiesNodeValue = featureMap.value(QStringLiteral("properties")).value<QVariant>().… in exportFeature()930 QJsonValue idNodeValue = featureMap.value(QStringLiteral("id")).value<QVariant>().toJsonValue(); in exportFeature()