Supported Import Formats
- ✅ Google Maps: Records.json, Semantic History, Phone Takeout (.json)
- ✅ GPX: Track files (.gpx)
- ✅ GeoJSON: Feature collections (.json)
- ✅ OwnTracks: Recorder files (.rec)
- ✅ KML: KML files (.kml, .kmz)
File format is automatically detected during upload.
<% if current_user.trial? %>
Trial limitations: Max 5 imports, 10MB per file.
Current imports: <%= current_user.imports.count %>/5
<% end %>