13 lines
312 B
Text
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: ''
|
|
};
|
|
|
|
})();
|