nativescript-mapbox
nativescript-mapbox copied to clipboard
polyline above markers on IOS
Hi,
i add a polyline on a map like this:
that.map.addPolyline({ id: 1, // optional, can be used in 'removePolylines' color: '#ffa800', // Set the color of the line (default black) width: 7, // Set the width of the line (default 5) opacity: 0.8, //Transparency / alpha, ranging 0-1. Default fully opaque (1). points: polyline });
then i add markers. As result i obtain markers UNDER polyline. ESPECTED: markers above polyline. This BUG is only on IOS (on android all is ok) Can you help? See attached image
Looks like this is a problem in the Mapbox iOS SDK: https://github.com/mapbox/mapbox-gl-native/issues/1728
Any updates regarding this one?
When will this be merged into master?
I'll be looping back to work through the backlog in hopefully a couple of weeks.