maplibre-native icon indicating copy to clipboard operation
maplibre-native copied to clipboard

Incorrect rendering of extruded geometry

Open alasram opened this issue 7 months ago • 3 comments

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: angle3 angle2 angle1

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

alasram avatar Jul 10 '24 23:07 alasram