forked from ngageoint/opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.json
47 lines (47 loc) · 1.67 KB
/
intro.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"title": "{APP} Introduction",
"config": {
"width": 450
},
"steps": [
{
"title": "Welcome to {APP}!",
"description": [
"{APP} is a map-driven analysis tool designed for visualizing large volumes of geospatial and temporal data ",
"from a myriad of sources. Our goal is to simplify the discovery of patterns and anomalies across these ",
"large data sets. This tutorial will walk you through the core functionality of {APP}."
],
"position": "centered"
},
{
"title": "Layers",
"description": [
"The Layers window shows what's currently displayed on the map. Here you can: ",
"<ul><li>Search and group your layers</li><li>Toggle visibility of layers</li>",
"<li>Change how layers appear</li><li>Remove layers from the map</li><li>Manage your areas and filters</li></ul>",
"We've added some map layers to get you started, so continue on and we'll explain how to add more."
],
"attachTo": ".o-window[label=Layers]",
"position": "right",
"verticalAlign": "center",
"context": "layers"
},
{
"title": "Adding Layers",
"description": [
"To find new layers to add to the map, click the Add Data button. You can also import files using the ",
"drop-down menu, or by dragging files on your computer and dropping them on the map."
],
"attachTo": ".o-add-data-button",
"position": "bottom",
"width": 350,
"context": "navTop"
},
{
"title": "Try it out!",
"description": "Open the Add Data window and we'll get this show on the road!",
"position": "centered",
"width": 350
}
]
}