William,
I fugured out the reason. The edge drawing shader works similarly to SSAO, so here we can see the same z-fighting issue on high visibility distance values. So if you decrease visibility distance the issue will be resolved (default value that works good is 1,000 ft but you can see if a slightly greater value is ok). Visibility distance can be changed in Graphics -> Camera.
Hope this helps.