Skip to content

Commit

Permalink
Fixed typo from titlesize to tilesize in RasterSource example (#3337)
Browse files Browse the repository at this point in the history
  • Loading branch information
TayyabMir056 authored Jan 21, 2024
1 parent 2784b74 commit 752afff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/examples/FillRasterLayer/RasterSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function RasterSourceExample() {
/>
<RasterSource
id="stamen-watercolor"
titleSize={256}
tileSize={256}
tileUrlTemplates={['https://tile.openstreetmap.org/{z}/{x}/{y}.png']}
/>
<RasterLayer
Expand Down

0 comments on commit 752afff

Please sign in to comment.