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

Following V2 Specification #1

Open
flippmoke opened this issue Apr 19, 2016 · 1 comment
Open

Following V2 Specification #1

flippmoke opened this issue Apr 19, 2016 · 1 comment

Comments

@flippmoke
Copy link

flippmoke commented Apr 19, 2016

Judging by your code I can tell pretty quickly that you are more then likely not compliant with the v2 specification of Vector Tiles. I would not rush to update to v2 as there are not any real strict requirements for most processing currently on data being in this format:

https://github.com/mraad/vector-tiles/blob/master/src/main/scala/com/esri/VectorTileLayer.scala#L42

For now I would change things to be simply v1 tiles. I know that the python encoder had similar issues and they rolled back to v1 for now.

Almost everything I listed in their ticket this library does not comply with as well.

If you have any questions about the specification or if you want any review of your encoders/decoders feel free to ask!

/cc @ajturner @mraad

@mraad
Copy link
Owner

mraad commented Apr 20, 2016

Reverted back to version 1

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

2 participants