You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code should only snap if they're further away than a configured tolerance. This is needed because it is a very heavy operation to modify the geometry in the database, resulting in a 10x performance decrease.
The places that need to be fixed are marked below.
The following code should only snap if they're further away than a configured tolerance. This is needed because it is a very heavy operation to modify the geometry in the database, resulting in a 10x performance decrease.
The places that need to be fixed are marked below.
open-ftth-gdb-integrator/src/OpenFTTH.GDBIntegrator.Integrator/Notifications/RouteSegmentConnectivityChanged.cs
Lines 91 to 94 in 6d9d526
open-ftth-gdb-integrator/src/OpenFTTH.GDBIntegrator.Integrator/Notifications/RouteSegmentConnectivityChanged.cs
Lines 105 to 108 in 6d9d526
open-ftth-gdb-integrator/src/OpenFTTH.GDBIntegrator.Integrator/Notifications/NewRouteSegmentDigitized.cs
Lines 88 to 91 in 6d9d526
open-ftth-gdb-integrator/src/OpenFTTH.GDBIntegrator.Integrator/Notifications/NewRouteSegmentDigitized.cs
Lines 108 to 111 in 6d9d526
The text was updated successfully, but these errors were encountered: