Hi All, I am trying to create isochrones around the inside of a polygon that are an equal percentage of distance from a point within the polygon (not necessarily an oval) to the edge. see attached image. My thoughts are : chop outer polygon into 100m sections. get the mid point of each section as a node. create lines from each node to the green point. cut these lines by a percentage of their length (say 50%) and create nodes then somehow join all nodes of equal value into isochrones (contours).
Do you think im on the right track? how do i generate the final step of isochrones? ContourGenerator?
Thanks Steve