Files
ske087 ee34215319 🗺️ Fix GPX Route Processing - Add Support for Route Points
Critical Fix for Post Creation:
 Added support for GPX route points (rtept) in addition to track points (trkpt)
 GPX statistics now automatically calculated during post creation
 Supports all GPX file types: tracks, routes, and waypoints

Results:
- Route distance: 347.89 km correctly calculated
- Track points: 16,161 route points processed
- Statistics display properly on post detail pages
- New posts will automatically show route information

Technical Changes:
- Enhanced extract_gpx_statistics() to parse <rte><rtept> elements
- Maintained backward compatibility with track and waypoint files
- Fixed route map card loading during post creation workflow

This resolves the issue where GPX statistics appeared as zeros for route-based GPX files, ensuring all motorcycle adventure routes display proper distance and point statistics immediately upon upload.
2025-08-10 09:35:00 +03:00
..