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.
The issue behind failing fill-extrusion-pattern tests on GL native looks like having a different cause from mapbox/mapbox-gl-js#3327:
it is related to mapbox/geojson-vt-cpp#44 and usage of fixupPolygons / wagyu here:
The issue behind failing fill-extrusion-pattern tests on GL native looks like having a different cause from mapbox/mapbox-gl-js#3327:
it is related to mapbox/geojson-vt-cpp#44 and usage of fixupPolygons / wagyu here:
mapbox-gl-native/src/mbgl/tile/geojson_tile_data.hpp
Line 32 in 273ad43
As the order is different, edgedistance used for fill-extrusion-pattern side shader is different from gl-js. Tests now fail but are ignored.