Skip to content

Commit

Permalink
bing key is hidden (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvgaliev authored and ignatvilesov committed Jan 22, 2018
1 parent 84447e8 commit 2db0a6e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.3.4
* Bing key is hidden now

## 2.3.3
* Fixed breaking Bing key issue

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powerbi-visuals-globemap",
"description": "GlobeMap",
"version": "2.3.3",
"version": "2.3.4",
"author": {
"name": "Microsoft",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion pbiviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "GlobeMap",
"guid": "GlobeMap1447669447625",
"visualClassName": "GlobeMap",
"version": "2.3.3",
"version": "2.3.4",
"description": "A 3D visual using WebGL for plotting locations, with category values displayed as bar heights and heat maps.\n\nShift+Click on bar to change center point. \nSlicing data points will animate to average location.\n\nAttributions:\nthree.js - https://github.com/mrdoob/three.js/\nwebgl-heatmap - https://github.com/pyalot/webgl-heatmap",
"supportUrl": "https://aka.ms/customvisualscommunity",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-globemap"
Expand Down
2 changes: 1 addition & 1 deletion src/geocoder/geocoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module powerbi.extensibility.geocoder {
/** Maximum cache overflow of cached geocode data to kick the cache reducing. */
MaxCacheSizeOverflow: 100,
// Add your Bing key here
BingKey: "Ap61xf_x9ZsWRtzzImeuCv1SiUruX0-FFl03TIh1_dKG8lCIOslcSdvV73A5LE9w"
BingKey: "Add your Bing key here"
};

export enum JQueryPromiseState {
Expand Down

0 comments on commit 2db0a6e

Please sign in to comment.