brouter-web/keys.js.template
2016-09-22 19:13:48 +02:00

13 lines
312 B
Text

(function() {
// COPYING: Please get your own API keys from the sites listed below
BR.keys = {
// Bing maps, http://www.microsoft.com/maps/default.aspx
bing: '',
// DigitalGlobe, https://developer.digitalglobe.com/maps-api/#plans
digitalGlobe: ''
};
})();