I'm building a map showing local transportation routes. I've been able to add the various layers to get all of the highway and rail routes, but now I want to "edit" some routes so that they do not appear on the map. Is there a practical way to do this?
How do I access the underlying "database of route segments" to edit how they appear? My initial thought is that I would find the specific route segments to be removed, and change the 'display color' to 'clear' or 'blank', if that is possible. Thanks in advance.