Another solution to that might be to have a flag on the feature that says "these are edges" and override set_color to only set the edgecolor in that case. This would make us more consistent with LineCollection which will still allow you to explicitly set facecolor if you really want. This might also work as a solution for #1782 - though there we probably need to account for some geometries being edges and some not.
Originally posted by @rcomer in #2323 (comment)
I have been meaning to work on this but not got around to it so creating an issue before I forget completely!
Another solution to that might be to have a flag on the feature that says "these are edges" and override
set_colorto only set the edgecolor in that case. This would make us more consistent with LineCollection which will still allow you to explicitly set facecolor if you really want. This might also work as a solution for #1782 - though there we probably need to account for some geometries being edges and some not.Originally posted by @rcomer in #2323 (comment)
I have been meaning to work on this but not got around to it so creating an issue before I forget completely!