diff --git a/CHANGELOG.md b/CHANGELOG.md index 33fdc83..798c4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 2.3.4 +* Bing key is hidden now + ## 2.3.3 * Fixed breaking Bing key issue diff --git a/package.json b/package.json index 8e378dd..88f5a29 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powerbi-visuals-globemap", "description": "GlobeMap", - "version": "2.3.3", + "version": "2.3.4", "author": { "name": "Microsoft", "email": "pbicvsupport@microsoft.com" diff --git a/pbiviz.json b/pbiviz.json index 3b99cb3..8ff25c8 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -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" diff --git a/src/geocoder/geocoder.ts b/src/geocoder/geocoder.ts index aa7fa7f..7c2c749 100644 --- a/src/geocoder/geocoder.ts +++ b/src/geocoder/geocoder.ts @@ -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 {