brouter-web/keys.template.js
Rodolphe Pelloux-Prayer aaa97495fd
feat: add a gulp command for release
Signed-off-by: Rodolphe Pelloux-Prayer <rodolphe@damsy.net>
2017-05-05 16:15:02 +02:00

16 lines
400 B
JavaScript

(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: '',
// Thunderforest, http://thunderforest.com/pricing/
thunderforest: ''
};
})();