Make test polygons squares

This commit is contained in:
Andreas Hocevar
2020-06-23 21:20:03 +02:00
parent 40ab8405c1
commit 79c318d262

View File

@@ -181,7 +181,7 @@ describe('ol.format.MVT', function () {
flatCoordinates,
ends
) {
flatCoordinates.push(0, 0, 3, 0, 3, 3, 0, 4, 0, 0);
flatCoordinates.push(0, 0, 3, 0, 3, 3, 0, 3, 0, 0);
flatCoordinates.push(1, 1, 1, 2, 2, 2, 2, 1, 1, 1);
ends.push(10, 20);
};