Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vector tile verification program #145

Open
xiaorui324 opened this issue Jan 3, 2020 · 2 comments
Open

Vector tile verification program #145

xiaorui324 opened this issue Jan 3, 2020 · 2 comments

Comments

@xiaorui324
Copy link

Hello,
We are developing a tool to produce Mapbox vector tiles, and we want to know if there is an official verification program to check whether the tiles meet the specifications. Now that the tiles can be displayed normally through Mapbox GL JS, can it be considered as compliant?

@flippmoke
Copy link
Member

Is the library open source? I will happily take a look at the code. The closest code to do validation is https://github.com/mapbox/vtvalidate, but this will not check all compliance with the specification.

@vascoveigams
Copy link

I'm also generating MVT tiles and have a question regarding Polygon ring orientation. Does vtvalidate validate polygon ring orientation ?
By mistake, I generated two tiles with polygons using CCW in one and CW on the other for the exterior ring (and the opposite for interior rings). Mapbox GL JS rendered both pretty much the same (tiles had same content). I was expecting one of them to either fail or only render the inner ring (CW). Can you clarify on the spec requirement ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants