maplibre-native
maplibre-native copied to clipboard
Incorrect rendering of extruded geometry
Android release android-v11.0.1 (also 11.0) shows artifacts when rendering extruded geometry (such as buildings).
The issue is only seen in the drawable GL renderer. Teh legacy GL renderer does not have the issue:
The bad geometry is camera dependent
To Reproduce
- Run on Android devices with a map that has 2.5D geometry data
- Make sure MapLibreAndroid-drawable library is used
- Zoom into the geometry and navigate the map to see incorrect culled geometry along a line
- Issue not present when switching to MapLibreAndroid-legacy library