Skip to content

Commit 03a05df

Browse files
ChloeSeeborgphilipbaileynar
authored andcommitted
Heading formatting changes on ArcPro page
Editing the formatting of headings to hopefully make the within-page links work
1 parent 067a248 commit 03a05df

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

docs/docs/technical-reference/symbology/symbology-arcpro.mdx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,14 @@ It's best practice to check your work, so you should test your `.lyrx` file befo
2121
5. Click `Run` and verify that your layer is symbolized as expected.
2222
- Sometimes, ArcPro will give you an error about invalid fields. To get around this, hover your mouse over the area under `Symbology Fields` and click the red X, then try running the tool again.
2323

24-
## ArcPro Symbology Basics and Tips
24+
## ArcPro Symbology Basics
2525

2626
:::warning
2727

2828
ArcPro is generally more frustrating to work with than QGIS when it comes to symbology curation. Be patient and prepared for headaches. Hopefully the information in this section will help the process go more smoothly.
2929

3030
:::
3131

32-
### Symbology Basics
33-
3432
All symbology work is done in the `Symbology` pane, which is accessed by right clicking the layer you want to symbolize in the `Contents` pane and selecting `Symbology`.
3533

3634
- By default, layers will be symbolized as a "Single Symbol". Click the dropdown under **Primary symbology** to change the symbology type. Select "Unique Values" for categorical symbology and "Graduated Colors" for graduated symbology. Rule-based symbology will be discussed later.
@@ -46,25 +44,25 @@ All symbology work is done in the `Symbology` pane, which is accessed by right c
4644

4745
<!-- - All IGO symbology uses scale-based sizing, which is detailed [here](PLACEHOLDER).-->
4846

49-
#### Rule-based Symbology
47+
### Rule-based Symbology
5048

5149
Rule-based symbology provides more freedom than either categorical or graduated symbology by using expressions. ArcPro doesn't have its own "Rule-based" symbology type like QGIS does, but a similar effect can be achieved because ArcPro *does* allow symbology to be defined using an expression. ArcPro uses its own language (*because of course it does*), Arcade, for building expressions.
5250

5351
1. To set an expression, first change **Primary symbology** to either "Unique Values" or "Graduated Colors", whatever is closest to the symbology you are trying to create.
5452
2. Next to field, click the chi (*X*) symbol to open the Expression Builder.
5553
3. In the past, I have fed rules that I created in QGIS into AI to create corresponding Arcade expressions. There is documentation for the Arcade language from ESRI, so it's up to you how you'd like to proceed.
5654

57-
### Symbology Tips
55+
## ArcPro Symbology Tips
5856

59-
#### Editing symbols for all classes at once
57+
### Editing symbols for all classes at once
6058

6159
- ArcPro allows top-level symbol editing like QGIS does. To access this, first make sure that you have all of the classes you want to symbolize.
6260
- Looking at the bottom section of the Symbology pane, click the "More" dropdown in the top-right, then click "Format all symbols"
6361
- Switch from the "Gallery" tab to the "Properties" tab
6462
- Here, you can set outline width and color for all symbols instead of editing each one individually.
6563
- Make sure to click `Apply` to save changes (ArcPro will throw a warning if you leave symbol formatting without applying, so don't worry)
6664

67-
#### Creating symbology for feature values not in the attribute table
65+
### Creating symbology for feature values not in the attribute table
6866

6967
It's common that the layer you are symbolizing doesn't include the full range of attribute values that need to be symbolized. In QGIS, this isn't an issue, but ArcPro won't let you symbolize something not found in that layer's attribute table, for both graduated and categorical symbology.
7068

@@ -85,14 +83,14 @@ How to work around these limitations? The easiest work around is to manually edi
8583
- Since you're only editing the feature class you created, you don't have to worry about your edits "messing up" the original data.
8684
5. Now you should be able to update the minimum value for graduated symbology, or hit the green plus icon to add the rest of the classes for categorical symbology!
8785

88-
#### Adjusting number of classes
86+
### Adjusting number of classes
8987

9088
As a general rule, you should set the number of symbology classes *before* editing class breaks, labels, and symbols. Once you start editing, ArcPro has the tendency to grey out the `Classes` dropdown, preventing you from changing the number of classes. There are two ways to work around this:
9189

9290
- The best way is to right click an existing class, and select `Insert Break Above` or `Insert Break Below`, depending on where you want to add a class. I didn't know about this function until recently, so I will add the previous work around for posterity.
9391
- To get the `Classes` dropdown to be editable again, you need to switch the `Field` dropdown to something else, and then switch it back to the field you want to symbolize. This will get rid of *all* symbology edits that you've done (symbols, labels, class breaks return to default), but will give you the option to edit the `Classes` dropdown. I can't imagine a situation where this option would be better than using the `Insert Break` function because you lose all of your work.
9492

95-
#### Editing class breaks and labels
93+
### Editing class breaks and labels
9694

9795
- Editing class breaks in graduated symbology will reset all labels to their default.
9896
- To avoid wasting effort, set class breaks and double-check their accuracy *before* editing the label text.

0 commit comments

Comments
 (0)