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 b93d4d5 commit 3c2e696Copy full SHA for 3c2e696
tests/test_vector_layers.py
@@ -229,7 +229,7 @@ def test_polygon_marker():
229
'color': '#3388ff',
230
'dashArray': None,
231
'dashOffset': None,
232
- 'fill': True,
+ 'fill': False,
233
'fillColor': '#3388ff',
234
'fillOpacity': 0.2,
235
'fillRule': 'evenodd',
@@ -249,7 +249,7 @@ def test_polygon_marker():
249
"color": "#3388ff",
250
"dashArray": null,
251
"dashOffset": null,
252
- "fill": true,
+ "fill": false,
253
"fillColor": "#3388ff",
254
"fillOpacity": 0.2,
255
"fillRule": "evenodd",
0 commit comments