I am trying to create a white mask in the foreground to hide the features beyond my county boundary. I created a feature layer and put it on top of the other layers, but it is loaded at the end, meaning that the user can still see the features beyond the boundary when the map is loading. Another problem is that popups of features behind the mask cannot be disabled. Is there a better way to do this?
https://arcg.is/0HryC5
Some of my concerns:
1. I cannot use definition query because many feature layers do not have county field.
2. I cannot use mask as image or tile layer as they cannot be put on top of feature layers.
3. I cannot publish the feature layers as my own image layers as I do not own the feature layers.
Thanks!