UNPKG

566 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.config = {
4 minimumTrackLength: 0.2,
5 minimumTrackPoints: 5,
6 maxPointDeviationFeet: 0.5,
7 maxPossibleSpeed: 150,
8 privacyCenter: null,
9 privacyMiles: 1,
10 checkPrivacy: false,
11 allowDownload: true,
12 maxMarkers: 70,
13 link: {
14 googleEarth: 'https://earth.google.com/web/@{lat},{lon},1100a,{altitude}d,35y,0h,0t,0r',
15 gaiaGPS: 'https://www.gaiagps.com/map/?layer=GaiaTopoRasterFeet&lat={lat}&lon={lon}&zoom={zoom}'
16 },
17 source: {}
18};