dawarich/app/javascript/maplibre/helpers.js
2025-10-30 19:17:31 +01:00

10 lines
239 B
JavaScript

// Shared helper functions for MapLibre
// These mirror the helpers from maps/helpers.js for compatibility
export {
formatDate,
formatDistance,
formatSpeed,
minutesToDaysHoursMinutes,
haversineDistance
} from "../maps/helpers";