[P] Fix map lat, lon confusion
All checks were successful
Component testing / Hub testing (push) Successful in 23s
Component testing / Store testing (push) Successful in 18s
Component testing / Integration smoke testing (push) Successful in 2m22s

This commit was merged in pull request #28.
This commit is contained in:
2026-03-25 14:57:38 +02:00
parent 0c2392dc0b
commit 77d6968297
2 changed files with 3 additions and 2 deletions

View File

@@ -72,8 +72,8 @@ class Datasource:
)
new_points = [
(
processed_agent_data.latitude,
processed_agent_data.longitude,
processed_agent_data.latitude,
processed_agent_data.road_state,
processed_agent_data.user_id
)