Hello,
I was glad to see the drawPolygon command added about a year ago, however to my amazement i only realized yesterday that it doesn't do filling and there is no way to do it.
Please add a filling option, that would actually make this command useful for indicating things on the map. Additionally please allow a line width too, the same line width should be possible for drawLine, plus adding borders to drawEllipse and drawRectangle could be done in similar fashion.
https://i.imgur.com/IFfQ8C6.png <- No filling and only 1px line
https://community.bistudio.com/wiki/drawPolygon
sqf map drawPolygon [_polygon, _color, _fillColor, _lineWidth] would be prefer
[polygon, color]: Array
polygon: Array - array of positions in format [pos1, pos2, pos3,....posN], where pos is Position3D
color: Array - line color in format [r,g,b,a]
fillColor: Array - fill color in format [r, g, b, a]
linewidth: In some magical abstract map size unit (Like the rest of the 'mapSize' stuff!)