Add waypoint Icons & Track Colors Scripts

This commit is contained in:
2021-01-17 13:09:26 +01:00
parent 17828fe9ce
commit 2df24b16f7
3 changed files with 442 additions and 0 deletions

211
gaia/tracks.js Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,6 @@
// ==UserScript==
// @name GaiaGps Uploader
// @description Allow the user to upload multiple files at once and more than 1000 waypoints
// @version 3.0
// @grant none
// @match https://www.gaiagps.com/map/*
@@ -7,6 +8,8 @@
// @namespace https://greasyfork.org/users/583371
// ==/UserScript==
/* jshint esversion: 6 */
//Ctrl+Alt+Shift+I to open network tab on addon
/* GPXParser - v3.0.6 - https://github.com/Luuka/GPXParser.js/blob/master/src/GPXParser.js */

228
gaia/waypoints.js Normal file

File diff suppressed because one or more lines are too long