WTrack - Documentation (2024)

WTrack is a simple and efficient online track editor for outdoor activities

It features:

  • Step-by-step track editing
  • Multi-segment track management
  • Automated track editing using routing engine
  • Named waypoints
  • Useful track edit tools, such as compress, elevate and trim

It is free and offered to you without any guarantee

Features

Edit tools

WTrack - Documentation (1)

  • Step-by-step editing: Click on map to create new track points, move points by dragging them, and create intermediate points by clicking on grayed markers. Click on a marker to get detailed information about this track step, and get the option to delete it.
  • Routing editing: Click on map to set the starting point and destination, the routing engine will automically compute the track following map constraints. Click on the route to create intermediate waypoints that you may drag around.
  • Open and edit multi-segment tracks. Create and delete segments using the "+" and "-" icons in the edit tools. Use the "Join Segments" tool to combine all segments into a single one. Split a segment in two by clicking on the scissors () in a track point popup dialog.
  • Reposition tracks or waypoints by dragging them over the map, to fix GPS recording issues.
  • Create named waypoints: Click on map to set points of interest. Click on a waypoint to edit its name.
  • WTrack - Documentation (2)

    Unlimited UNDOs: In step-by-step or routing edit modes, the edit turns into Undo icon to revert last changes.

Statistics

Real-time statistic data about your track

  • Distance: One way () and round-trip () lenght of the track
  • Duration: Estimated duration (one way and round-trip) of the track itinary based on the activity type. WTracks comes with default activities and timings, but you can configure your own, see below
  • Maximum and minimum altitudes of the track
  • Cumulated climbing and descent heights

WTrack - Documentation (3)

Activity editor

Define your own type of activity, which will be used to computes track duration.

  • Several timing models: reference points, linear polynomial...
  • Automatic computation from a reference recorded track
  • Share and import personal activities

WTrack - Documentation (4)

Personal map configuration

Configure the list of background maps in the top right selector

  • Define your preferred map order
  • Hide/Show maps of your choice
  • Configure your own personal map (standard tile layers or WMS/WMTS, as well as overlays that are displayed on top of the background map)

WTrack - Documentation (5) WTrack - Documentation (6)

Sharing

  • Provides a shareable link to reopen current edited track anytime and anywhere
  • Anonymous storage in the cloud
  • Optional sharing of the background map
  • Optional encryption in the cloud
  • Link available as a QRCode for easy mobile capture

The simplest way to share a track is using the "Share" button from the File menu tab.

WTrack - Documentation (7)

Altenatively, if your track file is available online, you can manually build a shareable URL using the following syntax:

https://opoto.github.io/wtracks/?url=<link to online track file>[&<option>=<value>]

where parameters are:

  • url is a HTTPS URL to a GPX/KML/GEOJSON track file. Encode the URL if it contains ? or & or other special characters.
  • map is the name of the map as is appears in the top-right map selecetor. Map name with special characters need to be encoded. In particular, space must be replaced by + sign.
  • ext is the extension/type of the track to use for parsing it. By default the end of the URL will be considered as the extension of the file. If it is not one of '.gpx', '.geojson', or '.kml', define it using the 'ext' parameter.
  • noproxy=true when access to the track URL requires credentials provided by your browser (e.g., being logged in to a remote server). This requires the server hosting the track to support cross-origin requests. If not set, the file will be loaded by a intermediate proxy, removing the cross-origin constraint, but without your credentials.

Example of shareable URL:

https://opoto.github.io/wtracks/?url=https://www.visugpx.com/download.php?id=1320934523&ext=gpx&map=Sigma+Cycle

Compress

  • Reduces file size
  • Consumes less browser memory and processing, leading to faster editor execution
  • Simplifies step-by-step track editing, by only keeping most relevant points

This tools looks at each point in a track, and measures its distance from the line between the previous and next points. If this distance is smaller than the configurable value (default is 5 meters) then the point is deleted.

WTrack - Documentation (8)

Elevate / Cleanup

Performs bulk operations on track points' elevation:

  • Elevate computes the elevation of each point of the track. If an elevation value was already stored, it is overridden with new computed value. Due to the elevation service payment fees, we limit the number of computed elevation values to 512 per track.
  • Cleanup selectively deletes each track point's elevation and time data.

To overcome issues with missing elevation data, set your personal API keys

You can display a graphical interactive height profile of your track by clicking on the statistic table at the bottom of the map.

WTrack - Documentation (9)

Revert

Inverts a track so that start point becomes the end point.

Trim

Trimming is an easy way to quickly delete track points at the beggining or at the end of your track. Select which end of the track you want to trim, then use the slider to define the number of points to remove. The map shows the result in real-time.

WTrack - Documentation (10)

Configurable

Rich configuration settings

  • Persistent settings: By default your WTracks preferences and settings are stored in your browser's local storage, so that they can be restored on each of your visits. However you can deactivate this storage. See privacy section for more details.
  • Personal background map: Define your own map backgrounds and overlays (see above).
  • Personal activities: Define your own activities based on your individual performances (see above).
  • Track display: Define the color and width of the track on the map.
  • API keys: Set and use your own API keys in order to overcome the WTracks quota limit.
  • Distance Unit: Choose between metric and imperial units.

For your settings to be stored, please check the "remember me" checkbox in Settings

WTrack - Documentation (11)

API Keys

By default, all WTracks users are using a shared account to connect to third-party services offering elevation and routing features. This shared account has limited daily quotas of requests, which are frequently exhausted by the many WTracks users. The consequence is that users are facing elevation or routing errors.

To bypass this quotas, each user is free to configure his/her own third-party service accounts. This gives each user full control on his/her own individual credits, with the option to use free or paying accounts. For this users must enter their personal API keys in the "API keys" section of the Settings window. The way users obtain these personal keys depends on the service, and is not under control of WTracks. You will first need to create an account on the service you want, and then click on the "Get API key" link below.

WTrack - Documentation (12)

WTracks supports the following services:

We suggest either to (i) create both a Google and a GraphHopper account, which provide high quality services, but with potential fees, or (ii) create a free OpenRouteService account that provides both elevation and routing at a reasonable quality.

Third-parties libraries and services

WTracks uses the following external components:

  • OpenStreetMap: A map of the world, created by people like you and free to use under an open license.
  • Leaflet: Open-source JavaScript library for mobile-friendly interactive maps.
  • Leaflet.Editable: A Leaflet plugin to make geometries editable.
  • Leaflet.FileLayer: A Leaflet plugin to load files (GeoJSON, GPX, KML) into the map without server call.
  • FileSaver.js: A polyfill implementing the saveAs() FileSaver interface in browsers that do not natively support it.
  • Leaflet.GeoSearch: A Leaflet control tool to lookup for addresses using OpenStreetMap.
  • Open Elevation: WTrack's default online elevation service.
  • Google Map APIs: Online service to get elevations of latitude/longitude coordinates.
  • GraphHopper: WTrack's default online routing service.
  • OpenRoute Service: An online routing and elevation service.
  • Leaflet.Elevation: A Leaflet plugin to display an interactive height profile of a track.
  • Leaflet Routing Machine: A Leaflet plugin to add routing to a map.
  • extreme-ip-lookup.com: an online service to search the geolocation of IP addresses, so that we can center the map on your current location
  • Trumbowyg: A lightweight WYSIWYG editor.
  • jscolor Color Picker: The color picker widget to configure the track color.
  • Cloud storage used for sharing tracks:
  • file.io: Temporary cloud storage used for dropbox uploading.
  • draganddrop.js: jQuery plugin to allow dragging and dropping of list elements.
  • BrowserStack: Cross-browser testing tool, kindly offering free plans to Open Source projects :) WTrack - Documentation (13)

Thanks to all of those who contribute to these awesome projects!

Privacy

WTrack is a client-side application! The server only provides the files (web pages, images, scripts, stylesheets) that will be processed by your browser. Once these files are loaded, your browser doesn't use the server anymore, all the application runs in your browser, there is no more communication with our server during execution. Our server is hence not even aware of your activity. However the application uses some third-party services that interact with backend servers, such as the one providing the map images, the elevation data, or geolocation.

In order to enhance your experience, the application stores some data in your browser, to restore your preferred settings accross different visits. This data includes your selected map style, activity type, or your last position. This information is stored in your browser local storage, which protects its disclosure. Again, this data is not known, processed nor stored by our server.

You can choose to not save all non mandatory data at any moment by unchecking "Locally save editor's state" in the "Settings / Remember me" menu:

WTrack - Documentation (14)

WTrack uses Google Analytics to monitor activity and help identify which features need to be enhanced.

Contact

WTrack is a "hobby" project, developped in my free time, please consider it with indulgence :)

Feel free to send me comments

You can also join the online forum to share questions and hints with other WTracks users

The application code is available on GitHub, where you can file issues and suggestions.

WTrack - Documentation (2024)
Top Articles
Latest Posts
Article information

Author: Dan Stracke

Last Updated:

Views: 6028

Rating: 4.2 / 5 (63 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Dan Stracke

Birthday: 1992-08-25

Address: 2253 Brown Springs, East Alla, OH 38634-0309

Phone: +398735162064

Job: Investor Government Associate

Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.