Which tool versions are you using?
SDK: v14.22.0
Platform: v26.02.5
Python: v3.13
Isolation mode: venv
Current Behavior
For example mapresult processes 79419 records. I see the following console log.
2026-03-02 10:04:00.582 INFO : Processed 79419 records from features
2026-03-02 10:04:00.681 INFO : Created DataFrame with columns: [‘NAME’, ‘TSTAMP’, ‘LATITUDE’, ‘LONGITUDE’, ‘SOG’, ‘datetime’, ‘geometry_wkt’]
2026-03-02 10:04:07.329 INFO : Job (uid: 148388) completed successfully in 10332ms
2026-03-02 10:04:11.747 WARNING : Connection is closed
2026-03-02 10:04:15.626 INFO : Could not connect, retrying in 1 seconds
2026-03-02 10:04:16.632 INFO : Connecting to herik.viktor.ai…
2026-03-02 10:04:16.899 INFO : Connection is established (use Ctrl+C to close)
…
Expected Behavior
Mapview shows the points in a map
…
Context (optional, but preferred)
This app shows points in a map. Showing the data in table goes well.
The problem appears in processing more than 450000 points.
…