You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our web app will use a Bootstrap [Navbar](https://getbootstrap.com/docs/4.0/components/navbar/) component to render our main menu at the top of the page. The Navbar is responsive: it will automatically adjust its layout based on the page width making it
44
+
Our web app will use a Bootstrap [Navbar](https://getbootstrap.com/docs/4.0/components/navbar/) component to render our main menu at the top of the page. The Navbar is responsive: it will automatically adjust its layout based on the page width.
43
45
44
46
The Navbar component is placed the beginning of the `<body>` element.
45
47
46
-
We'll add menu items for the features that we will implement in this tutorial.
48
+
We'll add menu items for the features that we will implement in this tutorial, including:
49
+
50
+
- Layer panel for managing the layers displayed on the WorlWind globe
51
+
- Settings panel for configuring the WorldWind globe
52
+
- Search box for place name searches and geocoding
47
53
48
54
```html
49
55
<!--Main Menu-->
@@ -78,6 +84,7 @@ We'll add menu items for the features that we will implement in this tutorial.
0 commit comments