This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support layers with extent != 4096 #250
Comments
This was referenced Mar 15, 2015
I'm seeing a lot of errors coming up from tiles generated in tippecanoe as the default setting is not 4096. @kkaefer has there been any headway on this issue? |
No |
jfirebaugh
added a commit
to mapbox/mapbox-gl-test-suite
that referenced
this issue
Mar 31, 2016
* 1024-line is failing on OS X in CI * mapbox/mapbox-gl-native#250 is fixed, so we shouldn't cite that as the reference
mappy-mobile
pushed a commit
to Mappy/mapbox-gl-native
that referenced
this issue
Sep 17, 2020
Serialize speed limit annotations
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We currently hard code the assumption that vertices in a layer span the extent of 0..4096. This may not be true for all tiles, so we should either make our renderer aware of that, or normalize vertices to that extent when decoding layers that specify a different extent.
The text was updated successfully, but these errors were encountered: