Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function registerTraceModule(_module) {

// add maplibre-gl CSS here to avoid console warning on instantiation
if(bpmName === 'map') {
addCss('https://unpkg.com/maplibre-gl@^4.3.2/dist/maplibre-gl.css');
addCss('/node_modules/maplibre-gl/dist/maplibre-gl.css');
}

// if `plotly-geo-assets.js` is not included,
Expand Down