We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc7bbc commit 74f1548Copy full SHA for 74f1548
docs/api-reference/layers/solid-polygon-layer.md
@@ -20,7 +20,7 @@ function App({data, viewState}) {
20
*/
21
data,
22
getPolygon: d => d.polygon,
23
- getColor: [255, 0, 0],
+ getFillColor: [255, 0, 0],
24
extruded: false
25
});
26
0 commit comments