How to correctly use the coincidenttopology related methods on a mapper ?

I wrote a script to test/demonstrate our use of the coincident topology parameters, which may be of use to you.

Note that the coincident topology behavior changed since 8.1.1 (or maybe 8.2 I’m not sure).
The factor is no longer used for polygons and lines. The 9.0 versions scale the net unit (the sum of common and relative unit values) for an actor by the actor’s length. This caused problems for us which were the reason for me to develop this script. As of 9.1 this scaling by actor length has been reverted (thanks @sankhesh!).

coincident-topology-demo.py (14.6 KB)

2 Likes