You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: