Searched refs:dataValue (Results 1 – 1 of 1) sorted by relevance
95 auto dataValue = objectMember(value, "data"); in convertGeoJSONSource() local96 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()