Merge branch 'master' of https://github.com/RoPP/brouter-web into RoPP-master

This commit is contained in:
Norbert Renner 2017-05-20 12:25:43 +02:00
commit e658cce42d
6 changed files with 103 additions and 4 deletions

16
keys.template.js Normal file
View file

@ -0,0 +1,16 @@
(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: ''
};
})();