We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91284d commit 75a24d1Copy full SHA for 75a24d1
apps/rungps/calculations.js
@@ -1,3 +1,4 @@
1
+/* eslint-disable */
2
window.calculations = {
3
"translateData": function (text) {
4
var points = []
apps/rungps/gpx_maker.js
const createXmlString = lines => {
// Normalize input into an array of segments, each a list of point objects
// Supported inputs:
0 commit comments