LukeWoodward / SplitsBrowser

Orienteering results analysis
GNU General Public License v2.0
13 stars 9 forks source link

What is SplitsBrowser?

This is an attempt to port the existing SplitsBrowser Java applet (available at http://www.splitsbrowser.org.uk/) to HTML5/JavaScript/CSS/SVG.

SplitsBrowser is a tool to view and analyse orienteering results. It plots a graph that shows you where on your course you were faster or slower than others and at which controls you lost time.

Why write it?

SplitsBrowser was originally a Java applet. This presents a number of issues:

SplitsBrowser requires JavaScript to be enabled in your browser, but so do many other websites these days. It doesn't require any browser plugins.

What web browsers work with SplitsBrowser?

SplitsBrowser depends on D3 (http://d3js.org), and as such it supports the same browsers as D3 (https://github.com/mbostock/d3/wiki#browser-support).

SplitsBrowser works with 'modern' browsers such as the latest Firefox, Chrome or Opera, Internet Explorer 10 or later, or Edge. It will not work in Internet Explorer 8 or earlier, and Internet Explorer 9 is no longer supported.

It may also work on Safari on Mac, or on tablet browsers. I haven't tested it, on these platforms, though.