Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I'm trying to draw a polygon within a GeClipMap and I see that some draw methods from C++ are unavailable for the Python API. I'd like to request these methods for Python, please:
In the meantime is there a workaround for FillPolygon? SetPixel seems like a crude option, but maybe there is easier way?
Thank you!
hi,
we will see if we can add them. (except if there's a technical issue, there's no reason to not add them)
SetPixel is the way to go, but it will be probably really slow.
Cheers, Manuel
@m_magalhaes Thanks, Manuel!