Topic: The polygons do not appear to be filled in CalcAreaExample.

Hello.

"OnlineMapsDrawingPoly", it looks like the area is filled with 0.3 alpha channel, but in fact it is not filled with any color.
Is there any other way to fill the area?
PunBB bbcode test

Re: The polygons do not appear to be filled in CalcAreaExample.

Hello.

A quote from the documentation:

Drawing API - polygon has no fill in «Tileset»
This problem is related to the very difficult polygon triangulation. Most likely, this problem will never be
solved.
How to work around the problem:
1. OnlineMapsDrawingElement.checkMapBoundaries = false.
This mode works correctly only if the lines do not intersect.
2. Use «Draw to Texture» mode.
3. (Not recommended) Use Drawing as Overlay.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: The polygons do not appear to be filled in CalcAreaExample.

I understand. Thank you for your support.