Joined September 2018
·

rgonzalez_in

I know.

Is only the way to join all arrays from jsts.

The buffer and order the coords is the key.
Order ther coords not available now.

Up the buffer to >= 100

lastwidthlong = 125;

Reggards.

Hello:
Join all arrays with this code:

var polygonCoordinates=[];
//console.log(polygonCoordinates);
for (var i=0; i<polygon.coordinates.length; ++i) {
var current = polygon.coordinates[i];
for (var j=0; j<current.length; ++j)
polygonCoordinates.push(current[j]);
}

Reggards.

Do you try concat all arrays from:
var polygon = geoWriter.write(geometry);
????

Any result public in this plataform.

I think...
May be order the array is the key.
But is a idea.
The array from Directions to JSTS.

Hello,do you resolve problem about intersections?
I have same problem.

Achievements
1 Karma
0 Total ProTip Views