-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathkeys.template.js
More file actions
26 lines (19 loc) · 837 Bytes
/
Copy pathkeys.template.js
File metadata and controls
26 lines (19 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(function () {
// COPYING: Please get your own API keys from the sites listed below
BR.keys = {
// Bing maps, https://www.microsoft.com/maps/default.aspx
bing: '',
// DigitalGlobe, https://developer.digitalglobe.com/maps-api/#plans
digitalGlobe: '',
// Thunderforest, https://thunderforest.com/pricing/
thunderforest: '',
// Strava API token in case you want to display Strava segments
strava: '',
// OpenMapSurfer (OpenRouteService API), https://openrouteservice.org/plans/
openrouteservice: '',
// Mapillary, https://www.mapillary.com/dashboard/developers
mapillary: ``,
// IGN France (for Scan25 base layer), https://geoservices.ign.fr/actualites/2023-11-20-acces-donnesnonlibres-gpf
ignf: '',
};
})();