export interface GpxBounds { minLat: number; minLon: number; maxLat: number; maxLon: number; }