mapbox / mapbox-gl-js

Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
https://docs.mapbox.com/mapbox-gl-js/
Other
11.25k stars 2.23k forks source link

Polyline Rendering on Chrome Mobile #2639

Closed gagecarto closed 8 years ago

gagecarto commented 8 years ago

When I add a vector tile source containing polylines, the polylines are not rendered correctly in Chrome on Android and some other mobile browsers.

Adding a vector source like the example below should draw contours this https://www.mapbox.com/mapbox-gl-js/example/vector-source/

Instead they look fragmented and weird. I found this bug using my own geojson data but it replicates using vector tile sources. The above example renders like the screenshot below screenshot_20160531-101522

I am currently seeing this issue on Chrome for Android 50.0.2661.89 and am using mapbox gj js v0.18.0

gagecarto commented 8 years ago

Looks like a duplicate of https://github.com/mapbox/mapbox-gl-js/issues/2473 -- to be fixed