You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot run the bdwebmap example using Google Chrome on Windows because the browser blocks the resources required for the webpage to load when using the file protocol:
Access to XMLHttpRequest at 'file:///C:/Users/<USERNAME>/bs/bs.geojson' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
The page will also not load in Internet Explorer, but it works fine in Microsoft Edge. In Google Chrome the issue can be circumvented by loading Chrome with the --allow-file-access-from-files flag, but this is not a good approach.
Status Google Chrome: Grey Screen with colour coded legend Internet Explorer: Grey Screen with colour coded legend Microsoft Edge: Functioning Opera: Grey Screen with colour coded legend Firefox: Grey Screen with colour coded legend Session Info
I cannot run the bdwebmap example using Google Chrome on Windows because the browser blocks the resources required for the webpage to load when using the
file
protocol:The page will also not load in Internet Explorer, but it works fine in Microsoft Edge. In Google Chrome the issue can be circumvented by loading Chrome with the
--allow-file-access-from-files
flag, but this is not a good approach.Code:
sessionInfo.txt
The text was updated successfully, but these errors were encountered: