Skip to content

Commit 0054a79

Browse files
committed
fix dashboard : 4-charts : Maps panels
The GeoJSON map was not loading because it was using an old specification of the display and datasets. Fixed.
1 parent d236fe6 commit 0054a79

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

data/dashboards/4-charts/dashboard-2-maps.yaml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,22 @@ layout:
5353
yAxisTitle: "Activity Type"
5454
flipAxes: true
5555

56-
broken:
57-
- title: "(Broken) DRT Trips by PLZ Code"
58-
description: "Berlin PLZ from (...source)"
56+
PLZcode:
57+
- title: "DRT Trips by PLZ Code"
58+
description: "Berlin PLZ from (...data source)"
5959
type: map
6060
height: 8
61-
boundaries: "berlin-plz.geojson"
62-
boundariesJoinCol: "plz"
63-
boundariesLabels: "PLAZ"
64-
dataset: "drt-trips-by-plz.tsv"
65-
datasetJoinCol: "plz"
66-
datasetValue: "toPerSqKm"
67-
exponentColors: true
68-
61+
shapes:
62+
file: "berlin-plz.geojson"
63+
join: "plz"
64+
datasets:
65+
drt-trips:
66+
file: "drt-trips-by-plz.tsv"
67+
join: "plz"
68+
display:
69+
fill:
70+
dataset: "drt-trips"
71+
columnName: "toPerSqKm"
72+
colorRamp:
73+
ramp: Plasma
74+
steps: 7

0 commit comments

Comments
 (0)