Merge branch 'master' of https://github.com/RoPP/brouter-web into RoPP-master
This commit is contained in:
commit
e658cce42d
6 changed files with 103 additions and 4 deletions
16
keys.template.js
Normal file
16
keys.template.js
Normal 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: ''
|
||||
};
|
||||
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue