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 905140b commit 03d3a4cCopy full SHA for 03d3a4c
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