Skip to content

Commit

Permalink
Update using-with-maplibre.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gcor committed May 4, 2024
1 parent 44e971d commit 39cb96a
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
Original file line number Diff line number Diff line change
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 39cb96a

Please sign in to comment.