» RACEMAP
Contact
Login
Updates
Search…
Documentation
Provide live tracking
Data APIs for live geodata
Map settings
External map layer
Import participant data
Export data from Racemap
Hardware for live tracking
Predictive tracking with reads from timing system
Powered By
GitBook
External map layer
To add an external WMS layer to the tracking map.
sample map with swiss topo layer:
https://racemap.com/player/swiss-topo-sample
URL to call external layer:
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
more about swiss topo.
https://www.geo.admin.ch/en/geo-services/geo-services/portrayal-services-web-mapping/web-map-services-wms.html
1
https://wms.geo.admin.ch/
2
?SERVICE=WMS
3
&REQUEST=GetMap
4
&VERSION=1.3.0
5
&LAYERS=ch.swisstopo.swissimage
6
&STYLES=default
7
&CRS=EPSG:3857
8
&BBOX={bbox-epsg-3857}
9
&WIDTH=256
10
&HEIGHT=256
11
&FORMAT=image/png
Copied!
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
Previous
Map settings
Next
Import participant data
Last modified
5mo ago
Copy link