Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/camp2/raster/gggs_store_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ class GggsTileLayer;
/// directory it recursively builds the layer tree: any directory that directly
/// contains `*.tif` becomes a renderable GggsTileLayer leaf; directories above
/// those become grouping GggsStoreLayer nodes (e.g. a store root with
/// `bathymetry/` and `sidescan_backscatter/<epoch>/` products). The node itself
/// draws nothing — it only groups children in the Layers tree.
/// `bathymetry/`, `sidescan/` and `backscatter/` modality dirs, each holding
/// `draft/`/`processed/` maturity subdirs). The node itself draws nothing — it
/// only groups children in the Layers tree.
class GggsStoreLayer: public map::Layer
{
Q_OBJECT
Expand Down
Loading