About Biketory

Biketory is a web application that allows cyclists to import their GPX traces and visualise the closed geographic surfaces covered on an interactive map.

How it works

Upload your GPX files, and Biketory automatically detects closed loops in your routes. These surfaces are then displayed on a map and divided into hexagons to track your progress.

Hexagons

The map is divided into hexagons. Each time one of your rides crosses a hexagon, it becomes acquired and your score on that hexagon increases.

When your score on a hexagon is the highest among all users, that hexagon becomes conquered. Other riders can take it back by riding through it more times than you — so keep pedalling!

The story

Biketory was born from the passion of a cycling enthusiast who never tires of exploring new gravel paths. Setting off on an adventure, discovering an unknown trail, riding for the sheer joy of riding — that is the spirit of the project. The idea was simple: have a fun way to visualise all the ground covered over your rides, and turn each loop into a small victory on the map.

Source code

Biketory is an open source project. The code is available on GitHub.

Legal notice and cookies

Biketory uses a limited number of cookies strictly necessary for the application to function. No tracking, advertising, or third-party cookies are used.

Cookies used

Name Purpose Duration
sessionid Maintains your session across pages. Managed by the Django authentication system. Session (deleted when the browser is closed, or after 2 weeks)
csrftoken Protects forms against CSRF attacks. Required by Django for any POST request (login, logout, upload, etc.). 1 year
map_pos Remembers the last position and zoom level of the map on the home page. Contains three comma-separated numbers: latitude,longitude,zoom. 1 year

No personal data sold or shared

None of the cookies listed above are shared with third parties. The map_pos cookie is stored only in your browser and is never transmitted to an external service.