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
(it would be nice if we could put our map into an iframe, but github
32
32
doesn't support that)
@@ -50,7 +50,7 @@ A brief tour of the interface.
50
50
51
51
**Sign on with your UCSB NetID**. You may need to enter "ucsb" into the url box. **Do not use the ArcGIS login!** This is for users who do NOT have a UCSB Net ID.
52
52
53
-
{width=40% fig-align="center"}
53
+
{#fig-arcgis width=40% fig-align="center"}
54
54
55
55
You should have a similar landing page indicating that you are using the ArcGIS online under the UCSB license. _You may need to authenticate with DUO on your phone_.
56
56
@@ -62,7 +62,7 @@ content published by users on your campus.
62
62
63
63
Along the top of the page, is the main tool bar.
64
64
65
-
{width="90%" fig-align="center"}
65
+
{#fig-menubar width="90%" fig-align="center"}
66
66
67
67
-`Home` will take you to the main landing page when you first sign
68
68
in.
@@ -89,7 +89,7 @@ Along the top of the page, is the main tool bar.
89
89
90
90
Open a new, empty map by clicking `Map` on your top menu bar.
91
91
92
-
{size="50%" fig-align="center"}
92
+
{#fig-emptymap size="50%" fig-align="center"}
93
93
94
94
### Map main components
95
95
@@ -104,7 +104,7 @@ In the Map Viewer there is a menu bar in the left column. This is where you can
104
104
105
105
The goal of a basemap, is to provide some context in terms of location and/or thematic. In ArcGIS online, a new map will always open with a basemap. Esri has about 20 different basemaps available. We will start with the default: the **Topographic** basemap.
In general, make sure you choose a basemap that is easy to follow and is accurate in relation to the goal of your map. Avoid using busy basemaps that provide a lot of information not be relevant to the purpose of your map and can become confusing as you add your other layers on top of it.
110
110
@@ -132,15 +132,15 @@ With that introduction, you now have the opportunity to start creating your own
132
132
From the **Layers** panel, click on the add layer button. Search
133
133
`My organization` for 'UCSB OSM Paths'. There should be only one result.
134
134
135
-
{width="90%"}
135
+
{#fig-addinglayer width="90%"}
@@ -184,7 +184,7 @@ To reorder the layers, click and hold on a layer name in the Layers panel, drag
184
184
For example, if you click on the three dots on the right of a feature layer
185
185
you can access their *attribute table* by selecting `Show table`.
186
186
187
-
{width="90%"}
187
+
{#fig-attribute width="90%"}
188
188
189
189
We will see later how you can leverage these attributes to set the
190
190
symbology of a layer according to categories or quantities provided by
@@ -198,7 +198,7 @@ the folder icon in the left menu bar and then selecting the `Save as`
198
198
option.
199
199
200
200
201
-
{width="40%" fig-align="center"}
201
+
{#fig-saveas width="40%" fig-align="center"}
202
202
203
203
In there, you can add a title, tags, and a short description of your map.
204
204
:::
@@ -222,7 +222,7 @@ From the menu, we can select several categories of symbols. Let's select
222
222
the `Government` category and look for a bike parking icon. Click on the
223
223
`Done` button to apply the changes and return to the symbol style panel.
224
224
225
-
{width="90%"
225
+
{#fig-bikeparking width="90%"
226
226
fig-align="center"}
227
227
228
228
To change the size of the symbol, we can use the `Size` slider to reduce
@@ -235,7 +235,7 @@ our case, we selected 5.68 px.
235
235
236
236
In ArcGIS Online, every time you select the "Adjust size automatically" option, it will reset the size slider to a default value. So make sure to select your desired size **after** enabling that option.
237
237
238
-
{width="70%"}
238
+
{#fig-symbolsize width="70%"}
239
239
:::
240
240
241
241
@@ -253,13 +253,13 @@ by changing the style of the `UCSB Campus Buildings` layer.
253
253
- Select the attribute `b_use`, which stands for building use, and
254
254
click on `Add`.
255
255
256
-
{width="90%" fig-align="center"}
256
+
{#fig-symbolstyle width="90%" fig-align="center"}
257
257
258
258
As a result, you will see that the buildings are now filled with
259
259
different colors based on their use. You can further customize the
260
260
colors by clicking on the color ramp and selecting a different one.
261
261
262
-
{width="90%" fig-align="center"}
262
+
{#fig-buildingscolor width="90%" fig-align="center"}
0 commit comments