
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello there, Im looking for a script or some help to find a script that finds the center point inside a given closed polyline. I have been doing some research and now I know I need to get "the center of the largest rectangle lying inside the polyline", or "the point inside the polyline that is most distant to it's vertexes/sides". I need it to place labels inside polylines that represents parcels.
I have tryed drawing lines between all vertexes, exclude those that intersect the polyline and drawing circles in the center of the rest; then growing their radius and deleting those intersecting the polyline until only one is left, but that doesn't solve all my problems, and sometimes fails...
Does anyone know what is the better approach to solve this? Or remembers any forum or page where people talked about getting this result (not simple centroids)
thanks
Solved! Go to Solution.