Requests for GeClipMap Class
-
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!