Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save onderaltintas/f1bc9b3f16f8a96d5821553a5b214786 to your computer and use it in GitHub Desktop.
Save onderaltintas/f1bc9b3f16f8a96d5821553a5b214786 to your computer and use it in GitHub Desktop.
turf-sandbox snippet
var polygon = turf.polygon([
[
[116, -33],
[131, -20],
[130, -43],
[155, -25],
[133, -9],
[111, -22],
[116, -33],
],
],{stroke: '#0FF', fill: '#00000000', 'fill-opacity': 0.3, 'stroke-width': 6});
var pointOnPolygon = turf.pointOnFeature(polygon);
return turf.featureCollection([polygon,pointOnPolygon]);
@onderaltintas
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment