Joined September 2018
·
rgonzalez_in
Posted to
JSTS Buffered Polyline in route Service (google maps V3)
over 1 year
ago
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.
Posted to
JSTS Buffered Polyline in route Service (google maps V3)
over 1 year
ago
Do you try concat all arrays from:
var polygon = geoWriter.write(geometry);
????
Posted to
JSTS Buffered Polyline in route Service (google maps V3)
over 1 year
ago
Any result public in this plataform.
Posted to
JSTS Buffered Polyline in route Service (google maps V3)
over 1 year
ago
I think...
May be order the array is the key.
But is a idea.
The array from Directions to JSTS.
Posted to
JSTS Buffered Polyline in route Service (google maps V3)
over 1 year
ago
Hello,do you resolve problem about intersections?
I have same problem.
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.