I am working on a map of different types of transportation plans in Virginia localities (324 records) and I have hit a roadblock in the most efficient way to display the data. The layer I have created is a polygon layer of locality boundaries and the additional features/attribute fields I would like to display are:
- planning district in which each locality resides -- currently symbolized with different fill color for each PDC of which there are 21.
want to display each of these fields as a unique point symbol in each locality for which the respective field is non-null
- Bicycle Plans
- Multimodal Plans
- Active Transportation Plans
- Pedestrian Plans
- Trail Plans
- Other
I plan to provide a legend for the symbolized attributes as well as configure pop-ups for each locality with specific data from the attribute table.
So far, I have come up with the following methods for symbology:
- Add a graphics layer and create points manually -- unique symbology respective to each of the above fields.
Create individual layers for each plan type and symbolize by single symbol, unique to each layer/plan type -- layers created from Plans by Locality using select by attribute where respective field values are not null.
I would have to offset the symbology of each layer to avoid obscurity
Ideally, I would like to contain this data in a single layer but am not opposed to a layer package if necessary as I am unsure of the feasibility in having unique point symbols within a polygon layer.
Other considerations:
Using ArcPro Version 2.9
The data in this layer originated from a standalone attribute table/csv which I joined to a polygon feature layer of Virginia localities. There may be a workaround to displaying the attribute data spatially, but I am unsure of how to do this without compromising the connection between the localities and the plans which cover them.