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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
While working on #11489, I discovered that at least one (and probably more) of our vector tile unit test fixtures is out of date.
Specifically, https://github.com/mapbox/mapbox-gl-native/blob/553efa38e3591ce62863d4d74222710f8e3c2337/test/fixtures/map/offline/0-0-0.vector.pbf (originally added in #2721) is a v1 vector tile that appears to include a linestring with a ClosePath command. The v1 spec did not disallow this, but it causes
vtzeroto throw an exception ("expected command 1 but got 7").We should: