forked from ngageoint/opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.json
38 lines (38 loc) · 1.06 KB
/
features.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
{
"title": "Features",
"config": {
"width": 450
},
"steps": [
{
"title": "Boom!",
"description": [
"Now that you have some features on the map, let's walk through some of the analysis options available at your ",
"fingertips."
],
"position": "centered"
},
{
"title": "Timeline & Animation",
"description": [
"With the timeline, you can animate features to discover temporal patterns in loaded data."
],
"attachTo": ".o-timeline-button",
"position": "bottom",
"context": "navTop",
"xOffset": -10
},
{
"title": "Layer Controls",
"description": [
"If you'd like to adjust the shape, size, or color of features, select the layer in the Layers window and ",
"use the controls at the bottom of the window. You can adjust the appearance of tile layers in the same ",
"fashion."
],
"attachTo": ".o-window[label=Layers]",
"position": "right",
"verticalAlign": "center",
"context": "layers"
}
]
}