Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile.cpp8 GeoJSONTile::GeoJSONTile(const OverscaledTileID& overscaledTileID, in GeoJSONTile() function in mbgl::GeoJSONTile
16 void GeoJSONTile::updateData(mapbox::geometry::feature_collection<int16_t> features) { in updateData()
20 void GeoJSONTile::querySourceFeatures( in querySourceFeatures()
H A Dgeojson_tile.hpp10 class GeoJSONTile : public GeometryTile { class
12 GeoJSONTile(const OverscaledTileID&,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_geojson_source.cpp46 … static_cast<GeoJSONTile*>(pair.second.get())->updateData(data->getTile(pair.first.canonical)); in update()
67 …return std::make_unique<GeoJSONTile>(tileID, impl().id, parameters, data->getTile(tileID.canonical… in update()