From fcf1fde9eb14c4879650bf72922ec60e4e862d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1ty=C3=A1s=20Budav=C3=A1ri?= Date: Wed, 10 Jan 2024 10:38:19 +0100 Subject: [PATCH] Use a separate ID to make sure that PowerBI uses the proper version on manual install --- pbiviz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbiviz.json b/pbiviz.json index 27df4ce5..ed70b294 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -2,7 +2,7 @@ "visual": { "name": "mapboxGLMap", "displayName": "Mapbox Visual", - "guid": "PBI_CV_EB3A4088_75C5_4746_9D8B_255A7B7ECD6D", + "guid": "PBI_CV_EB3A4088_75C5_4746_9D8B_255A7B7ECD6X", "visualClassName": "MapboxMap", "version": "{MAJOR_VERSION}.{MINOR_VERSION}.{GITHUB_RUN_NUMBER}", "description": "Visualize massive location data with custom map styles, using circle, heatmap, choropleth, and cluster layers.",