Skip to content

Commit 74f1548

Browse files
Dev-LanPessimistress
authored andcommitted
docs: Update solid-polygon-layer.md getFillColor (#8547)
1 parent abc7bbc commit 74f1548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/layers/solid-polygon-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function App({data, viewState}) {
2020
*/
2121
data,
2222
getPolygon: d => d.polygon,
23-
getColor: [255, 0, 0],
23+
getFillColor: [255, 0, 0],
2424
extruded: false
2525
});
2626

0 commit comments

Comments
 (0)