blob: fa08922cd1ec3645868d400fc988219506f16f85 [file] [log] [blame]
Aijana Schumannb439e2b2020-09-03 20:39:00 +02001.. contents::
2 :depth: 3
3..
4
5Network Map
6===========
7
8The Network Map visualizes a network by showing the location of a site
9and its connections (links) to other sites in a geographical context.
10
11Views
12-----
13
14The Network Map consists of two side-by-side views: The map and the
15details-panel.
16
17Map
18~~~
19
20The geographical map visualizes sites and links of a network. Sites are
21usually displayed as blue circles and links are shown as lines
22connecting sites.
23
24If a link or site is clicked, its information is presented in the
25details panel. If more than one site or link is clicked, or if links or
26sites are too close together to determine which element should be
27selected, a selection popup appears to select one of the elements.
28
29The map offers statistics information to visualize the number of links
30and sites in the currently shown map area. The statistics information
31gets updated when the map stops moving.
32
33Additionally, the map offers a search field. The user can enter the name
34of a site or link. If an element was found, the map will center on the
35given element and its information is loaded by the details panel.
36
37If the zoom level is bigger than 11 and the loaded sites have a type of
38high-rise building, datacenter, factory, or street-lamp, the blue
39circles are swapped against icons, which visualizes the type of site.
40
41The swapping of icons can be activated or deactivated via a switch on
42the left-hand site of the map. The switch only becomes visible, if the
43zoom level is bigger than 9.
44
45The map supports zoom levels between 0 (furthest zoomed out, the entire
46world is visible) and 18 (most detailed).
47
48Whenever the map stops moving, it updates the URL with its current
49latitude, longitude, and zoom values. If the Network Map application
50is opened with those URL parameters present, it will display the given
51area. That way, the map can be bookmarked or shared and will always
52display the same result.
53
54Details
55~~~~~~~
56
57The details panel shows information specific to the selected element.
58
59Sites offer information about itself, such as name, address and owner,
60and a short overview of its links and nodes data. The nodes are physical
61network elements, comparable to the elements of the connect
62application, and offer an interface to other apps via buttons, such as
63connect, configure, and fault. Currently, those buttons are disabled. By
64clicking on a link, the given link is loaded into details.
65
66If a link of type microwave is selected, the calculate link button
67is available, which opens the `Link
68Calculator <../linkCalculator/README.md>`__ in a new tab or page.
69
70Just like the map, the details panel updates the URL if data is loaded.
71Once again, the Network Map application will try to load the element
72specified in the URL, if one is present.
73
74Connection Error
75----------------
76
77If no tile or network data is available, an error popup is shown.
78
79Load Network- and Tile-Data
80---------------------------
81
82On startup of the sdnc-web container, a topology URL for the network
83data and a tile URL for the tiles can be specified.
84
85A ready-to-use topology server offering pre-defined network data is
86available here. There is no way to import generic network data as of
87now.