dawarich/app/javascript/maplibre/helpers.js

11 lines
239 B
JavaScript
Raw Normal View History

2025-10-30 14:17:31 -04:00
// Shared helper functions for MapLibre
// These mirror the helpers from maps/helpers.js for compatibility
export {
formatDate,
formatDistance,
formatSpeed,
minutesToDaysHoursMinutes,
haversineDistance
} from "../maps/helpers";