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
De update van geometrie, werkt voor OTL-assets, maar niet voor Legacy-assets.
De geometrie van OTL wordt bewaard in de tabel geometrie, terwijl de geometrie voor LGC wordt bewaard in de tabel locatie.
This code is a good test to check if the geometry has been updated.
-- ebe7a86d-1710-49bd-add7-2198abdafff0select
a.*
, g.wkt_string
, l.geometriefrom assets a
left join geometrie g on a."uuid"=g.assetuuidleft join locatie l on a."uuid"=l.assetuuidwhere a."uuid"='ebe7a86d-1710-49bd-add7-2198abdafff0'
De update van geometrie, werkt voor OTL-assets, maar niet voor Legacy-assets.
De geometrie van OTL wordt bewaard in de tabel geometrie, terwijl de geometrie voor LGC wordt bewaard in de tabel locatie.
De bug is vermoedelijk gelinkt aan de functie perform_locatie_update_with_values.
Voorbeeld: 6bb5909b-f33e-4d88-ae91-fe58a2be70df
The text was updated successfully, but these errors were encountered: