5 Change visualization; Basemap, symbols, text, etc.
Change Basemap
- On the Map tab, in the Layer group, click Basemap and choose Light Gray Canvas: (Figure)
Stop and Think: Drawing order matters in ArcGIS Pro!
In the Contents, we should see the names of the four layers added on a Map. Roads and rivers are presented in the “line,” and States and counties are “polygon” vectors filled with colors.
The default Contents pane shows the layers in the order they are drawn, with the bottom layer drawn first and the top layer added later. The top layer covers the rest of the layers, so if your States_poly layer was added last, you might not see the other three layers on the Map. If you want to see the Counties layer, drag the States polygon to the bottom of the Contents. Now you can only see the County boundary as US_counties covers all three other layers. Similarly, drag the US_rivers to the top of the Contents to visualize it, but you still cannot see the counties and the roads.
Regardless of the drawing order, let’s make all the layers (base map, states, county, rivers, and roads) visually available.
Change visualization with the Symboloby tool
- In the Contents, click the states_poly layer to select it.
- On the ribbon, the Feature Layer contextual tab set appears.
- On the ribbon, under Feature Layer, click the Appearance tab. In the Drawing group, click Symbology.
- The Symbology pane appears on the right side: (Figure)
- Click the “squared with color” in the Symbol and choose Black outline. This option will make states_poly with no fill color but just a black outline. Then, we can see both state and county boundaries: (Figure)
But we still cannot see rivers and roads because of the “drawing order rule” of ArcGIS Pro. So, we will make US_counties “transparent” to visualize rivers, roads, and base maps.
- In the Contents, click the US_counties layer to select it.
- In the Appearance tab, put the number 50 in the blank.
The current river and roads are thin lines that are randomly assigned by ArcGIS Pro. You will change the line symbology to make these look more realistic.
- In the Contents pane, click the colored line under US_rivers to select it. Ensure that the Gallery is displayed in the Symbology pane.
- Type river in the blank and choose Water (line): (Figure)
- Repeat changing symbology with US_roads.
Stop and check: You can also choose another symbol or color. For example, suppose you are not satisfied with the built-in ArcGIS Pro river category colors and symbols. In that case, you can manually choose your own by clicking a color in the Symbology pane.
Label Features
We will add labels to the river and road layers, but we need to check which “item” in the attribute is suitable for labeling.
- Right-click the US_roads and click Attribute Table
Stop and Think: What kinds of items did you find? What item will you use to label the road?
- Close the attribute table to see the full Map view
- Right-click the US_roads and click Label
- The default labels appeared, but it does not look appropriate as road labels: (Figure)
- To change the default label, right-click US-roads and click Label Properties…
- First, remove the current Expression. Then, scroll down in the Fields, find the appropriate item, and double-click it. Click Apply: (Figure)
- Then, change the line color and width of the road. Right-click US_roads and click Symbology
- Click a short line in Symbol, then Properties will be available: Figure)
- Change the Color and Line width that you think are appropriate to represent the road
- Repeat the labeling steps with the US_river layer.
Figure 1 (0.5 pts.)
Make a screenshot of your current ArcGIS Map view. (Tip: It should present rivers and road line vectors with labels on them.)