nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

Weird artifact with LineString #1643

Open alexiri opened 5 years ago

alexiri commented 5 years ago

Sometimes I get this weird artifact with a particular line on my map, where a point or two are drawn way off from where they should be.

Screenshot_20190619-184111~2

When it happens, it seems to happen on zoom level 15, but other zoom levels will render just fine. Killing the app and restarting it makes it go away, I haven't managed to figure out what makes the artifact appear in the first place. The tiles themselves are fine, I haven't yet been able to reproduce it with other mapping libraries, so I think it might be related to either the react native bindings or (more likely) to the Android SDK.

Is this a known issue?