Possibly incorrect winding order #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @MattBlissett
According to node-mapnik, "Vector Tile has POLYGON with first ring clockwise. It is not valid according to v2 of VT spec."
A very simple tile, decoded with the protobuf decoder:
The vertices are:
I'm not sure I'm reading the spec correctly, but in any case it's the opposite winding order from the
Feature-single-polygon.mvt
tile from mvt-fixtures.(A workaround is to change the version to 1, which doesn't have the counterclockwise requirement. They then render correctly: )
Author: @stirringhalo
Great to know Matt!