i start map on GeoConcept but i have a problem. i need to place some point on map, and for that i want to convert surface to point ( point at random position in this area), but GeoConcept don't have that possibility ( or i dont know how), so i search methot to convert the polygon shape to point in python ( or directly on geoconcept).
I have extract the position of polygon : POLYGON((1238877.32 6135356.13,1238863.39 6135351.75,1238864.98 6135341.4,1238878.91 6135339.41,1238877.32 6135356.13))
This is an simple polynom exemple. I'm not pro in mathematic :/
I have search how to convert polynom to an array / list of points but i dont find the solution. I work with python or JS if its more simple. If you know an function / algorythme that can be awsome :)