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
Copy file name to clipboardExpand all lines: 01_make_map.qmd
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ We will end up with a map something like this:
15
15
16
16
**Preliminary**: The below image of the final map is a placehold
17
17
18
-
[Let's make something like this](https://arcg.is/0iD4jS0)
18
+
[Let's make something like this](https://arcg.is/0iD4jS0){target="_blank"}
19
19
20
20
{width="90%" fig-align="center"}
21
21
@@ -30,7 +30,7 @@ A brief tour of the interface.
30
30
31
31
### Log on to ArcGIS Online
32
32
33
-
<https://ucsb.maps.arcgis.com>
33
+
<https://ucsb.maps.arcgis.com>{target="_blank"}
34
34
35
35
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.
36
36
@@ -50,7 +50,7 @@ Along the top of the page, is the main tool bar.
50
50
51
51
-**Home** will take you to the main landing page when you first sign in.
52
52
- The **Gallery** contains items from our 'featured content' group
53
-
-**Groups** are a list of groups which you can create or join. Some are invitation only. These are popular when you are working in group projects. For this workshop, we have created a group called [From Maps to Analysis](https://ucsb.maps.arcgis.com/home/group.html?id=92f4de804b2c46eaa70cebc517ecb067#overview) which contains most of the data layers we will be using.
53
+
-**Groups** are a list of groups which you can create or join. Some are invitation only. These are popular when you are working in group projects. For this workshop, we have created a group called [From Maps to Analysis](https://ucsb.maps.arcgis.com/home/group.html?id=92f4de804b2c46eaa70cebc517ecb067#overview){target="_blank"} which contains most of the data layers we will be using.
54
54
-**Content** is where your created or uploaded content is listed. You can make folders in here to organize your layers and features.
55
55
-**Notebooks** is ESRI's version of a Jupyterhub-like environment. You can use ArcPy here. This may not be available to you based on your user role.
56
56
-**Organization** will take you back to our main page. This is not the same as Home.
@@ -101,11 +101,12 @@ When you add an item to your map, it will show up under your Layers. When you wa
101
101
102
102
With that introduction, you now have the opportunity to start creating your own map. The goal here is to create a map of the bike infrastructure on campus (bike lanes and line, bike racks as points, buildings as polygons) and to then annotate on top of that some of your personal experience as a bicyclist or pedestrian on campus.
Start by opening a new map in the [Map Viewer](https://ucsb.maps.arcgis.com/apps/mapviewer/index.html).
108
108
109
+
109
110
### Import lines layer (bike paths)
110
111
111
112
From the **Layers** panel, click on the add layer button. Search 'My organization' for 'UCSB OSM Paths'. There should be only one result.
@@ -297,7 +298,7 @@ For our purposes, we will select the `Layout` option to create a more complete m
297
298
298
299
In the layout menu, you can change the title of the map, select a `Template` (which is basically a standard page size and orientation), and select the `File format` for the export (e.g., PNG, PDF).
299
300
300
-
You can also customize more the layout by enabling the `Advance options` panel. You can set the scale, add an author name, include copyright information, increase or decrease the resolution, indicate the [output spatial reference](https://developers.arcgis.com/rest/services-reference/enterprise/using-spatial-references/), and select to include legend, north arrow, and scale bar.
301
+
You can also customize more the layout by enabling the `Advance options` panel. You can set the scale, add an author name, include copyright information, increase or decrease the resolution, indicate the [output spatial reference](https://developers.arcgis.com/rest/services-reference/enterprise/using-spatial-references/){target="_blank"}, and select to include legend, north arrow, and scale bar.
301
302
302
303
Adjust the zoom and position of the map in the preview window to ensure everything is visible and well-framed.
0 commit comments