Skip to content

Commit d8b57ef

Browse files
committed
whomst causing conflict on ep 1
2 parents 3cd9b2d + debb0f3 commit d8b57ef

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

01_make_map.qmd

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "I want to make a map"
33
lightbox: true
44
---
55

6-
The goal of this lesson is to demonstrate how to make a simple map, suitable for inclusion in a publication, using ArcGIS Online. We will follow the typical workflow of starting with a base map, adding feature layers from external sources, drawing annotations on top of the map, and finally, preparing the map for presentation and exporting it. As an exercise, you will be creating a map that reflects your personal experience biking on the UCSB campus.
6+
The goal of this lesson is to demonstrate how to make a simple map, suitable for inclusion in a publication, using ArcGIS Online. We will follow the typical workflow of starting with a basemap, adding feature layers from external sources, drawing annotations on top of the map, and finally, preparing the map for presentation and exporting it. As an exercise, you will be creating a map that reflects your personal experience biking on the UCSB campus.
77

88
As we will discuss at the end of this lesson, there are many ways of making such a map without using a GIS tool. In fact, in many cases GIS is overkill, both because most of the features GIS tools provide will not be used and because the GIS interface can be cumbersome. But an advantage of GIS is that it opens up the possibility of treating map elements as data, and that in turn opens up and provides an introduction to the world of spatial analysis.
99

@@ -55,19 +55,19 @@ Navigate to "Map" on your top menu bar and open a new map.
5555

5656
![](images/map_viewer.png){width="90%" fig-align="center"}
5757

58-
## Map basic elements
58+
## Map main components
5959

6060
In the Map Viewer there is a menu bar in the left column. This is where you can add items to your map. Here are the basic elements of building a map:
6161

6262
- Basemap (background)
6363
- Layers (you add on top of the basemap)
6464
- Symbology & legend
6565

66-
Often it is also recommended to add additional component such as a title, a legend, the North arrow and a scale to help user interpret you map.
66+
It is also recommended to add additional map elements to ease the interpretation of a map, such as a title, text and labels, directional information (e.g. North arrow), a scale bar, and a graticule (think coordinate system).
6767

6868
### Basemap
6969

70-
The first item that is already added to the map is the foundational base map. This map cannot be altered and is static. You can move its location, but its features such as roads and buildings (if any) cannot be changed.
70+
The first item that is already added to the map is the foundational basemap. This basemap cannot be altered and is static. You can move its location, but its features such as roads and buildings (if any) cannot be changed.
7171

7272
You can change the basemap in the Map Viewer. Go to "Basemap" in the menu column. These maps have been pre-selected as appropriate foundational basemaps.
7373

@@ -79,9 +79,19 @@ Make sure you choose a basemap that is easy to follow and is a good reference. T
7979
### Feature layers
8080

8181
With our example, you can also add it as a layer.
82-
When you add an item 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 ... next to the layer to open the same panel.
82+
When you add an item 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 "..." next to the layer to open the same panel.
83+
8384

8485
## Step 1: Add layers to a base map
86+
![](images/layer-properties.png){width="90%" fig-align="center"}
87+
88+
# UCSB bike infrastructure map
89+
90+
91+
**TO DO**: Add an image of the final map here
92+
93+
94+
## Step 1: Add layers to a basemap
8595

8696
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 and to then annotate on top of that some of your personal experience as a bicyclist or pedestrian on campus.
8797

@@ -175,7 +185,7 @@ Here is the final result of our symbology adjustments:
175185

176186
## Step 3: Annotate the map
177187

178-
In addition to bringing external sources of information into a map (whether in the form of a base map or additional feature layers), it is common to want to add new information. In many cases it is better to think of the new information as data, and to store it in its own feature layer. We will be describing this approach in the next workshop. For our purposes here, though, we will take the more straightforward approach of simply drawing on the map. The hand-drawn features will appear in what ArcGIS Online calls a "sketch layer."
188+
In addition to bringing external sources of information into a map (whether in the form of a basemap or additional feature layers), it is common to want to add new information. In many cases it is better to think of the new information as data, and to store it in its own feature layer. We will be describing this approach in the next workshop. For our purposes here, though, we will take the more straightforward approach of simply drawing on the map. The hand-drawn features will appear in what ArcGIS Online calls a "sketch layer."
179189

180190
- Draw points where you were in a (near-)accident on a bike path, either as bicyclist of pedestrian.
181191
- Draw a line where you think there should be a bike path but isn't.

0 commit comments

Comments
 (0)