Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp102 const auto new_multi = transform(multi); in addFeature() local
104 switch (new_multi.size()) { in addFeature()
108 tile.features.push_back({ std::move(new_multi[0]), props, id }); in addFeature()
111 tile.features.push_back({ std::move(new_multi), props, id }); in addFeature()