mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
11 lines
239 B
JavaScript
11 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";
|