More URL Parameters for Flexible Tracking Maps
We’ve released additional URL parameters that offer even more flexibility in presenting, sharing, and embedding your race visualizations. These parameters enable you to tailor the display for various use cases - whether integrating tracking information into dashboards, creating TV overlays, or embedding maps in custom applications.
Dynamic URL Composition: Create multiple URLs for a single tracking map to meet diverse display needs - all from one source. Generate unique links that focus on specific participant markers within your dashboard integrations.
New URL parameters
Custom Flag Content
Control what information appears for a selected participant using the selectedFlagContent
parameter. Choose from several options:
- Bib number:
selectedFlagContent=STARTNUMBER
- Participant name:
selectedFlagContent=NAME
- Bib number & name:
selectedFlagContent=STARTNUMBER_AND_NAME
- Bib number & 1st letter of name:
selectedFlagContent=ONE_LETTER_NAMES
- Bib number and two letters of name:
selectedFlagContent=TWO_LETTER_NAMES
Selective Display
Enhance focus on selected participants by hiding markers or flags that are not associated with them. Simply include: hideNonSelected=true
Optimized for Large Displays
Ensure visibility on large screens - such as LED displays or TV broadcasts - by enlarging markers, flags, and Points of Interest (POIs). Enable this with: largeMode=true
For all details on how to implement URL parameters, please refer to our documentation: https://docs.racemap.com/how-to-use-live-tracking/iframe#url-parameters