Skip to content

Commit

Permalink
Update using-with-maplibre.md (#8868)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcor committed May 6, 2024
1 parent b70e5e5 commit 1015b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-guide/base-maps/using-with-maplibre.md
Expand Up @@ -96,7 +96,7 @@ function DeckGLOverlay(props: DeckProps) {
}

function App() {
const layers: [
const layers = [
new ScatterplotLayer({
id: 'deckgl-circle',
data: [
Expand Down Expand Up @@ -180,7 +180,7 @@ import {ScatterplotLayer} from '@deck.gl/layers';
import 'maplibre-gl/dist/maplibre-gl.css';

function App() {
const layers: [
const layers = [
new ScatterplotLayer({
id: 'deckgl-circle',
data: [
Expand Down

0 comments on commit 1015b04

Please sign in to comment.