Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.cpp62 mapbox::geojsonvt::Options vtOptions; in Impl() local
63 vtOptions.maxZoom = options.maxzoom; in Impl()
64 vtOptions.extent = util::EXTENT; in Impl()
65 vtOptions.buffer = ::round(scale * options.buffer); in Impl()
66 vtOptions.tolerance = scale * options.tolerance; in Impl()
67 data = std::make_unique<GeoJSONVTData>(geoJSON, vtOptions); in Impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dcustom_geometry_tile.cpp37 mapbox::geojsonvt::TileOptions vtOptions; in setTileData() local
38 vtOptions.extent = util::EXTENT; in setTileData()
39 vtOptions.buffer = ::round(scale * options.buffer); in setTileData()
40 vtOptions.tolerance = scale * options.tolerance; in setTileData()
43 vtOptions, options.wrap, options.clip).features; in setTileData()