Skip to main content
Archived

Implement Pole of Inaccessebility from mapbox

Related products:Integrations
  • June 22, 2017
  • 1 reply
  • 17 views

esietinga
Contributor
Forum|alt.badge.img+7

Implement mapboxes Pole of Inaccessibility algorithm to quickly find visual center of complex polygons. Source available from:

https://github.com/mapbox/polylabel

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • July 31, 2017

Hi @esietinga

 

As a work around (it's quite slow at the moment) you can use the LargestInnerCircleCreator, and then use the CentrePointReplacer to get the Pole of Inaccessibility. It's only an approximation but it should do the trick