-
Notifications
You must be signed in to change notification settings - Fork 432
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
Error: Unimplemented Type: 3 #582
Comments
Every time I've seen |
Sorry. You are correct. I have the tiles streaming from an Amazon S3 instance and for some reason S3 was only applying content-encoding metadata to some tiles. Closing issue. |
The Mapbox Mobile SDK's do not report an error when On mobile, if you have For anyone debugging the validity of
|
How do you configure s3 metadata? |
@stdmn could you elaborate on what kind of metadata that needs to be added? |
I'm having problems with the new build of Tippecanoe. When trying to open Mapbox tiles, I'm getting the following error:
From blob:
skip: function(t) { var e = 7 & t; if (e === aa.Varint) for (; this.buf[this.pos++] > 127; ) ; else if (e === aa.Bytes) this.pos = this.readVarint() + this.pos; else if (e === aa.Fixed32) this.pos += 4; else { if (e !== aa.Fixed64) throw new Error("Unimplemented type: " + e); this.pos += 8; } },
...but only at higher zoom levels (13+). On Mapbox tiles created with older versions of Tippecanoe I'm not having any problems.
Self-contained version of JS Fiddle: https://jsfiddle.net/jncmz6qy/
I've tried with different settings on the Tippecanoe output. The current command line code is:
tippecanoe -pk -pf -pt -ps --output-to-directory /path_to_directory/test /path_to_input/transit.geojson
This worked as of last week without any problems.
The text was updated successfully, but these errors were encountered: