mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-15 15:00:52 +02:00
Add foundation data source (ex. buildings, roads, address points, etc) to high-level overview diagram on homepage
This commit is contained in:
@@ -24,6 +24,7 @@ We act as the transformation layer. We aggregate datasets with permissive licens
|
|||||||
flowchart TD
|
flowchart TD
|
||||||
subgraph ds [Data Sources]
|
subgraph ds [Data Sources]
|
||||||
StatProducts@{ shape: lean-l, label: "Statistical Products"}
|
StatProducts@{ shape: lean-l, label: "Statistical Products"}
|
||||||
|
Foundation@{ shape: lean-l, label: "Foundation"}
|
||||||
Orthoimagery@{ shape: lean-l}
|
Orthoimagery@{ shape: lean-l}
|
||||||
FieldImagery@{ shape: lean-l, label: "Field Imagery"}
|
FieldImagery@{ shape: lean-l, label: "Field Imagery"}
|
||||||
Elevation@{ shape: lean-l}
|
Elevation@{ shape: lean-l}
|
||||||
@@ -68,6 +69,8 @@ flowchart TD
|
|||||||
%% Relationships
|
%% Relationships
|
||||||
StatProducts a1@--> Raw
|
StatProducts a1@--> Raw
|
||||||
a1@{animate: true, animation: slow}
|
a1@{animate: true, animation: slow}
|
||||||
|
Foundation a41@--> Raw
|
||||||
|
a41@{animate: true, animation: slow}
|
||||||
Orthoimagery a2@--> Raw
|
Orthoimagery a2@--> Raw
|
||||||
a2@{animate: true, animation: slow}
|
a2@{animate: true, animation: slow}
|
||||||
FieldImagery a32@--> Raw
|
FieldImagery a32@--> Raw
|
||||||
|
|||||||
Reference in New Issue
Block a user