Is my CSV data uploaded to a server?
No. The tool processes CSV files entirely in your browser using the FileReader API. No file data is sent to any server.
Upload GPS data files (CSV, KML, GPX, or GeoJSON), map coordinate fields, and visualize connected routes on an interactive map with fullscreen support. Click points to view detailed metadata, use directional arrows to see travel direction, and replay movement with timeline controls when time data is available. All processing happens in your browser — no location data is uploaded to the server.
Tool Guide
Display Map Data Points lets you upload a CSV file with latitude, longitude, and optional time columns, then visualize the data as a connected route on an interactive map. Use time-based playback to replay movement. All processing happens in your browser — no data is uploaded.
No. The tool processes CSV files entirely in your browser using the FileReader API. No file data is sent to any server.
The file should have a header row with at least latitude and longitude columns. Common column names like lat, lng, longitude, latitude are auto-detected. An optional time column enables playback.
The tool supports up to 100,000 rows. For very large files, the route polyline is simplified for rendering performance while the summary uses all valid points.