Searched refs:toGeometryCollection (Results 1 – 2 of 2) sorted by relevance
45 ToGeometryCollection toGeometryCollection; in updateTileData() local49 … GeometryCollection renderGeometry = apply_visitor(toGeometryCollection, shapeFeature.geometry); in updateTileData()
29 static GeometryCollection toGeometryCollection(MultiPolygon<int16_t>&& multipolygon) { in toGeometryCollection() function51 return toGeometryCollection(std::move(multipolygon)); in fixupPolygons()