Hi everyone,
Across Alpine ski resorts there is an extremely common and popular feature that currently has no standardized way of being tagged: self-timed race courses. These are permanent installations where you scan your lift pass at a start gate, ski through a gated slalom or giant slalom course (or a straight speed run), and get your time displayed on a screen at the finish.
These exist in hundreds of resorts across the Alps and beyond. Kids and adults love them. Yet I couldn’t find any established tagging convention for them.
What are these called?
The naming varies wildly by country and resort:
| Country | Common names |
|---|---|
| Austria / Germany | Rennstrecke mit Zeitmessung, SkiMovie, Speedcheck, Self Timer |
| France | Stade de slalom, piste chronométrée, parcours chronométré |
| Italy / South Tyrol | Speed Check, SkiMovie Line, pista cronometrata |
| English (international) | Self Timer, timed race course, speed check |
The commercial system Skiline by Alturos is installed in 350+ resorts across 14 countries and uses the product names SkiMovie (timed course with video) and Speedcheck (radar speed measurement).
Current situation in OSM
There is no piste:type value for this. The wiki page for piste:type lists 12 values (downhill, nordic, skitour, etc.) but nothing for timed race courses. I searched taginfo for self_timer, timed, slalom, skimovie, speed_check, rennstrecke, chronométré and found no established convention.
Proposal: timed=yes
I’d like to propose a simple top-level tag: timed=yes
For a self-timed ski slalom course, the tagging would be:
piste:type=downhill
piste:difficulty=*
timed=yes
name=Self Timer (or whatever the resort calls it)
Why timed=yes and not piste:timed=yes?
Because self-timing infrastructure is not exclusive to pistes. The same concept exists on:
leisure=track+sport=running— athletics tracks with timingleisure=track+sport=karting— go-kart trackshighway=raceway— motorsport circuitssport=bobsleigh/sport=luge— timed runssport=climbing— speed climbing walls with timing
It’s analogous to lit=yes — a generic property that works across many feature types. Nobody created piste:lit or highway:lit, just lit=yes everywhere. Similarly, timed=yes means: “this feature has permanent self-service timing equipment that measures your performance.”
What about speed checks (radar)?
Speed checks (where you get your speed measured via radar on a straight run, not your time through a course) are a related but different feature. They could be tagged with something like speed_check=yes or we could differentiate values: timed=time vs timed=speed. But I think keeping it simple with timed=yes for the course timing is the right first step. Speed checks could be discussed separately.
Questions for the community
- Does
timed=yesseem reasonable as a top-level key? - Is anyone already tagging these in a way I missed?
- Should the timed slalom course be mapped as a separate way overlapping the main piste, or as additional tags on the existing piste way?
- Any thoughts on how to tag the start gate and finish display as nodes?
I’d love to hear from mappers in Alpine regions who encounter these features regularly. Even if you’re not mapping pistes, the timed=yes concept could be useful for your sport/leisure features too.
Thanks!