@@ -1138,63 +1138,64 @@ values:
11381138
11391139Click on the Save and test button and make sure it says _Database Connection OK_.
11401140
1141+ # ## Configuring a Dashboard
1142+
1143+
11411144# ## Configuring a Dashboard
11421145
11431146To display a new dashboard, you can either click the **+** button and select **Dashboard** or go directly to
1144- ` http://localhost:3003/dashboard/new?orgId=1` . Thereafter click **Add Query**.
1147+ ` http://localhost:3003/dashboard/new?orgId=1` . Thereafter, click **Add Query**.
11451148
11461149The following values in **bold text** need to be placed in the graphing wizard :
11471150
1148- - Queries to **CrateDB** (the previously created Data Source)
1149- - FROM **etFillingLevelSensor**
1150- - Time column **time_index**
1151- - Metric column **entity_id**
1152- - Select value **column:filling**
1151+ - Queries to **CrateDB** (the previously created Data Source).
1152+ - FROM **etFillingLevelSensor**.
1153+ - Time column **time_index**.
1154+ - Metric column **entity_id**.
1155+ - Select value **column:filling**.
11531156
11541157
11551158
11561159Then click on `ESC` on your keyboard and you will see a dashboard including the graph you created.
11571160
1158- The click on the `Add Panel` button and select `Choose Visualisation` and pick `Map panel `.
1161+ The click on the `Add Panel` button and select `Choose Visualisation` and pick `Orchestra Cities Map `.
11591162
1160- In the map layout options set the following values :
1163+ In the ** map view** options set the following values :
11611164
1162- - Center : **custom**
1163- - Latitude : **52.5031**
1164- - Longitude : **13.4447**
1165- - Initial Zoom : **12**
1165+ - View : **coordinates**.
1166+ - Latitude : **52.5012**.
1167+ - Longitude : **13.3682**.
1168+ - Initial Zoom : **12**.
11661169
1167- 
1170+ 
1171+
1172+ In the **base layer** options set the following values :
1173+
1174+ - Layer : **Open Street Map**.
11681175
11691176Click on `Queries` tab on the left and set as follows :
11701177
1171- - Format as : **Table**
1172- - FROM **etFillingLevelSensor**
1173- - Time column **time_index**
1174- - Metric column **entity_id**
1175- - Select value
1176- - **column:filling** **alias:value**
1177- - **column:location** **alias:geojson**
1178- - **column:entity_type** **alias:type**
1178+ - Format as : **Table**.
1179+ - FROM **etFillingLevelSensor**.
1180+ - Time column **time_index**.
1181+ - Metric column **entity_id**.
1182+ - Select value :
1183+ - **column:filling** **alias:value**.
1184+ - **column:location** **alias:geojson**.
1185+ - **column:entity_type** **alias:type**.
11791186
1180- 
1187+ 
11811188
1182- Click on `Visualisation ` tab on the left and set as follows :
1189+ Within the `Orchestra Cities Map` Click on `Data Layer ` tab on the left and set as follows :
11831190
1184- - Map Layers :
1185- - FillingLevelSensor :
1186- - Icon : **lightbulb-o**
1187- - ClusterType : **average**
1188- - ColorType : **fix**
1189- - Column for value : **value**
1190- - Maker color : **red**
1191+ - Markers
1192+ - Name : Feedstock Level
1193+ - Query : A
11911194
1192- 
1195+ 
11931196
11941197The final result can be seen below :
11951198
1196- 
1197-
11981199# Next Steps
11991200
12001201Want to learn how to add more complexity to your application by adding advanced features? You can find out by reading
0 commit comments