Home
last modified time | relevance | path

Searched refs:dataValue (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dsource.cpp95 auto dataValue = objectMember(value, "data"); in convertGeoJSONSource() local
96 if (!dataValue) { in convertGeoJSONSource()
108 if (isObject(*dataValue)) { in convertGeoJSONSource()
109 optional<GeoJSON> geoJSON = convert<GeoJSON>(*dataValue, error); in convertGeoJSONSource()
114 } else if (toString(*dataValue)) { in convertGeoJSONSource()
115 result->setURL(*toString(*dataValue)); in convertGeoJSONSource()