Shared edge between two geojson polygons

المشرف العام

Administrator
طاقم الإدارة
I am interested in getting the coordinates of a shared edge (if exists) between two geojson polygons. I am (currently) using turfjs and geojson-equality libraries

I tried this but I consider it quite inefficient

function sharedEdge(poly1, poly2) { for (p1=0;p1
 
أعلى