Hi!
It looks like starting from 2.35.0 Plotly tries to access maplibre-gl.css - in my case - via https://unpkg.com/[email protected]/dist/maplibre-gl.css
I am not using any map traces in my app - just scattergl - so I did not expect to be affected by migration to maplibre. To make matters worse my app is running in offline environment and thus requests to upkg.com are failing, leaving console in red.
Should I add some maplibre related stylesheets or bits of configuration to my app manually, or will this be ironed out in future versions?
Thanks!
Hi!
It looks like starting from
2.35.0Plotly tries to accessmaplibre-gl.css- in my case - viahttps://unpkg.com/[email protected]/dist/maplibre-gl.cssI am not using any
maptraces in my app - justscattergl- so I did not expect to be affected by migration to maplibre. To make matters worse my app is running in offline environment and thus requests toupkg.comare failing, leaving console in red.Should I add some maplibre related stylesheets or bits of configuration to my app manually, or will this be ironed out in future versions?
Thanks!