Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have a custom visual that shows polygons in Google Maps taken from a geojson file using:
map.data.loadGeoJson()
map.data.loadGeoJson('https://storage.googleapis.com/mapsdevsite/json/google.json');
map.data.loadGeoJson('google.json');
Take a look at the post below.
https://community.powerbi.com/t5/Developer/File-Upload-in-Custom-Visual/td-p/335971
As a workaround I tried to reference the file from a CDN:
map.data.loadGeoJson('https://storage.googleapis.com/.../google.json');
but now it throws an error that the file request has been 'blocked by CORS policy'.
Access to XMLHttpRequest at 'https://storage.googleapis.com/.../google.json' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Do I need to configure the debug server in some way?
Thanks
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |