brouter-web/keys.template.js
2024-05-27 09:58:53 +02:00

26 lines
837 B
JavaScript

(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: '',
};
})();