Skip to content

Commit

Permalink
Use maplibre in Codepen examples (#7761)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Mar 16, 2023
1 parent 518dfee commit 714ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/doc-demos/codepen-automation.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ new DeckGL({
`;

gotoSource({
dependencies: dependencies.concat(['https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.js']),
dependencies: dependencies.concat(['https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.js']),
title: `deck.gl ${Layer.layerName}`,
source
});
Expand Down

0 comments on commit 714ba18

Please sign in to comment.