Hi, I'm combining multiple snow plow route maps into a single project, using a Map Series and the Range functionality. The range is based on a number field, and controls the street centerline line features and point features for route-specific notes.
Please see attachment. The street segments on the route are labeled based on the symbology. Streets not on the route have a more subtle, grey label. In these maps, that was achieved by opposite definition queries. In my new project, I have done my best to set up the grey labels so they are low priority and directly on top of the line. This works well enough, keeping them out of the way of the more important labels of streets on the route, but ideally the grey labels would only be for streets not on the current route.
I was imagining it could be done with a copy of the centerline data that updates to show all other routes as the range value changes. For example, in this case:
- Range value = 25
- "Plow Route" layer (street centerline) and notes point layer show features where <routeNum> field = 25
- "Other Route" layer (copy of street centerline) shows features where <routeNum> field ≠ 25
Next map in the series:
- Range value = 26
- "Plow Route" layer (street centerline) and notes point layer show features where <routeNum> field = 26
- "Other Route" layer (copy of street centerline) shows features where <routeNum> field ≠ 26
Is it possible to achieve this with a range within a map series?