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
Save routePath again (without pressing f5) in other tab
Now routePath geometries are broken
--> Reason: it saves both and geometry validation doesn't compare situation after save 1 to changes of save 2
How to fix?
Before saving, in addition to checking if routePaths are sync, check that the routePath sent is in sync with the routePath found in local DB. For example you can compare the edit timestamp of local db routePath & routePath being saved.
The text was updated successfully, but these errors were encountered:
Backend PR: https://gitlab.hsl.fi/jore/jore-map-backend/-/merge_requests/346
Steps:
--> Reason: it saves both and geometry validation doesn't compare situation after save 1 to changes of save 2
How to fix?
Before saving, in addition to checking if routePaths are sync, check that the routePath sent is in sync with the routePath found in local DB. For example you can compare the edit timestamp of local db routePath & routePath being saved.
The text was updated successfully, but these errors were encountered: