How to use a local GeoJSON file (world_110m.json) with Plotly in PySide6 to prevent external fetching?
I’m trying to display a choropleth map using Plotly and PySide6. I want to ensure that all resources, including world_110m.json
, are loaded locally and not fetched from the CDN. I already have a custom GeoJSON file (map1.geojson
) and the required world_110m.json
file stored locally.
Here’s the code I’m using:
How to use a local GeoJSON file (world_110m.json) with Plotly in PySide6 to prevent external fetching?
I’m trying to display a choropleth map using Plotly and PySide6. I want to ensure that all resources, including world_110m.json
, are loaded locally and not fetched from the CDN. I already have a custom GeoJSON file (map1.geojson
) and the required world_110m.json
file stored locally.
Here’s the code I’m using:
How to use a local GeoJSON file (world_110m.json) with Plotly in PySide6 to prevent external fetching?
I’m trying to display a choropleth map using Plotly and PySide6. I want to ensure that all resources, including world_110m.json
, are loaded locally and not fetched from the CDN. I already have a custom GeoJSON file (map1.geojson
) and the required world_110m.json
file stored locally.
Here’s the code I’m using: