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%"}
@@ -183,7 +183,7 @@ To reorder the layers, click and hold on a layer name in the Layers panel, drag
183
183
For example, if you click on the three dots on the right of a feature layer
184
184
you can access their *attribute table* by selecting `Show table`.
185
185
186
-
{width="90%"}
186
+
{#fig-attribute width="90%"}
187
187
188
188
We will see later how you can leverage these attributes to set the
189
189
symbology of a layer according to categories or quantities provided by
@@ -197,7 +197,7 @@ the folder icon in the left menu bar and then selecting the `Save as`
197
197
option.
198
198
199
199
200
-
{width="40%" fig-align="center"}
200
+
{#fig-saveas width="40%" fig-align="center"}
201
201
202
202
In there, you can add a title, tags, and a short description of your map.
203
203
:::
@@ -221,7 +221,7 @@ From the menu, we can select several categories of symbols. Let's select
221
221
the `Government` category and look for a bike parking icon. Click on the
222
222
`Done` button to apply the changes and return to the symbol style panel.
223
223
224
-
{width="90%"
224
+
{#fig-bikeparking width="90%"
225
225
fig-align="center"}
226
226
227
227
To change the size of the symbol, we can use the `Size` slider to reduce
@@ -234,7 +234,7 @@ our case, we selected 5.68 px.
234
234
235
235
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.
236
236
237
-
{width="70%"}
237
+
{#fig-symbolsize width="70%"}
238
238
:::
239
239
240
240
@@ -252,13 +252,13 @@ by changing the style of the `UCSB Campus Buildings` layer.
252
252
- Select the attribute `b_use`, which stands for building use, and
253
253
click on `Add`.
254
254
255
-
{width="90%" fig-align="center"}
255
+
{#fig-symbolstyle width="90%" fig-align="center"}
256
256
257
257
As a result, you will see that the buildings are now filled with
258
258
different colors based on their use. You can further customize the
259
259
colors by clicking on the color ramp and selecting a different one.
260
260
261
-
{width="90%" fig-align="center"}
261
+
{#fig-buildingscolor width="90%" fig-align="center"}
0 commit comments