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
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -89,25 +89,21 @@ Make sure you choose a basemap that is easy to follow and is a good reference. T
89
89
90
90
## Feature layers
91
91
92
-
When you add an exisiting layer to your map, it will show up under your `Layers`. When you want to see the layer properties, you can either use the menu on the right hand column to view its properties or use the "..."
92
+
When you add an existing layer to your map, it will show up under your `Layers`. When you want to see the layer properties, you can either use the menu on the right hand column to view its properties or use the "..."
93
93
(we call this a "meatball" menu) next to the layer to open the same panel.
94
94
95
95
96
96
## Step 1: Add layers to your map
97
97
98
98
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.
99
99
100
-
Start by opening a new map in the [Map Viewer](https://ucsb.maps.arcgis.com/apps/mapviewer/index.html){ target="_blank"}.
101
100
102
101
### Import lines layer (bike paths)
103
102
104
103
From the **Layers** panel, click on the add layer button. Search `My organization` for 'UCSB OSM Paths'. There should be only one result.
105
104
106
105

107
106
108
-
**I think we should pause here to discuss properties.**
109
-
110
-
111
107
### *Challenge* Import points layer (bike racks)
112
108
113
109
Repeat the above steps to add the feature layer `bike_racks_ucsb` to your map.
@@ -121,17 +117,16 @@ by first finding the "From Maps to Analysis" group.
One advantage of those feature layers is that there is often data associated with it. For example, if you click on the three dots on the right of a feature layer you can access their _attribute table_ using "Show table".
122
+
One advantage of those * feature layers * (are we consistent with our nomenclature?) is that there is often data associated with it. For example, if you click on the three dots on the right of a feature layer you can access their _attribute table_ using "Show table".
127
123
128
124
{width=90%}
129
125
130
-
We will see later how you can leverage those attributes to set the symbology of a layer according to categories or quantities provided by the attribute table. You can also compute new attributes either based on other attributes or geopatial information. However this will be for our second workshop.
131
-
126
+
We will see later how you can leverage these attributes to set the symbology of a layer according to categories or quantities provided by the attribute table. You can also compute new attributes either based on other attributes or geospatial information. However this will be for our second workshop.
132
127
133
-
### Save your map
134
128
129
+
### Save early. Save often.
135
130
Now that you have added the layers to your map, save it by looking for the folder icon in the left menu bar and then selecting the `Save as` option.
0 commit comments