LogoLogo
UpdatesGPS trackersLoginFree trial
  • Welcome
  • Quick start guide
  • Provide live tracking
    • Features of visualization
    • Leaderboard
    • Monitor
    • Group and stages
    • Embed interactive content
    • Keys and passcode
    • Activity upload
    • Deep links on tracking app
    • Shadowtrack and mapping
  • Data APIs for live geodata
    • */current, location data
    • */distance and locations
    • */times, reads and raw data
    • */ranks, ranking and results
    • */starters, athlete data
    • */geo, geo elements
    • Tools to extract live data
  • Import participant data
    • Import with API, automatically
      • Generic import
      • RACE RESULT import
    • Import with CSV file
  • Tracker management
    • Add GPS trackers
    • Add RACE RESULT readers
    • Add devices to event
    • Send messages
    • Compose messages
    • User access to devices
    • Manage SIM cards
  • Hardware for live tracking
    • Configure GPS tracker
      • Remote configuration
      • Physical configuration
    • Update firmware of GPS tracker
    • Configuring trackers for increased autonomy
    • Track Box forwarding
    • Insiders GPS trackers
    • Prepare smartphone
    • Using GPS trackers On-Site
    • Debug tracking devices
  • Predictive tracking with reads from race timing
    • RACE RESULT
    • Other timing system
      • ChronoTrack forwarder
      • MyLaps forwarder
  • Integrations
    • Wiclax
  • Map settings
    • External map layer
  • Export data from RACEMAP
    • Hosted elevation service
    • Hosted loads information
    • Download leaderboard CSV
    • Download recorded GPX
Powered by GitBook
LogoLogo

Legacy

  • Contact
  • Terms of use
  • Privacy Policy
  • Imprint

About Racemap

  • Pricing
  • About Us
  • Apps
  • Events

Follow us

  • facebook
  • youtube
  • linkedin
  • github

Maps: ©Mapbox ©OpenStreetMap ©RACEMAP

On this page
  1. Map settings

External map layer

To add an external WMS layer to the tracking map.

PreviousMap settingsNextExport data from RACEMAP

Last updated 1 month ago

sample map with swiss topo layer:

URL to call external layer:

more about swiss topo.

https://wms.geo.admin.ch/
     ?SERVICE=WMS
     &REQUEST=GetMap
     &VERSION=1.3.0
     &LAYERS=ch.swisstopo.swissimage
     &STYLES=default
     &CRS=EPSG:3857
     &BBOX={bbox-epsg-3857}
     &WIDTH=256
     &HEIGHT=256
     &FORMAT=image/png

SERVICE

WMS

REQUEST

GetMap

VERSION

1.3.0 or 1.1.0

STYLES

empty

CRS (1.3.0) or SRS (1.1.0)

EPSG:3857

BBOX

{bbox-epsg-3857} a variable

WIDTH

256; same as tile size respectively

HEIGHT

256; same as tile size respectively

FORMAT

image/png or image/jpeg

TRANSPARENT

true

LAYERS: different, available in GetCapabilities e.g. https://wxs.ign.fr/yourkey/geoportail/r/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities

https://racemap.com/player/swiss-topo-sample
https://wms.geo.admin.ch/?SERVICE=WMS&REQUEST=GetMap&VERSION=1.3.0&LAYERS=ch.swisstopo.swissimage&STYLES=default&CRS=EPSG:3857&BBOX={bbox-epsg-3857}&WIDTH=256&HEIGHT=256&FORMAT=image/png
https://www.geo.admin.ch/en/geo-services/geo-services/portrayal-services-web-mapping/web-map-services-wms.html
In Map settings >> External layer