Skip to content

Commit 752afff

Browse files
authored
Fixed typo from titlesize to tilesize in RasterSource example (#3337)
1 parent 2784b74 commit 752afff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/examples/FillRasterLayer/RasterSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function RasterSourceExample() {
2222
/>
2323
<RasterSource
2424
id="stamen-watercolor"
25-
titleSize={256}
25+
tileSize={256}
2626
tileUrlTemplates={['https://tile.openstreetmap.org/{z}/{x}/{y}.png']}
2727
/>
2828
<RasterLayer

0 commit comments

Comments
 (0)