nativescript-mapbox icon indicating copy to clipboard operation
nativescript-mapbox copied to clipboard

polyline above markers on IOS

Open Pant76 opened this issue 7 years ago • 4 comments

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

image simulator screen shot - ipad air 2 - 2017-12-23 at 14 55 49

Pant76 avatar Dec 23 '17 13:12 Pant76

Looks like this is a problem in the Mapbox iOS SDK: https://github.com/mapbox/mapbox-gl-native/issues/1728

EddyVerbruggen avatar Jan 13 '18 14:01 EddyVerbruggen

Any updates regarding this one?

DanielRitvas avatar Feb 25 '19 18:02 DanielRitvas

When will this be merged into master?

trueandperfect avatar Jul 13 '20 17:07 trueandperfect

I'll be looping back to work through the backlog in hopefully a couple of weeks.

Yermo avatar Jul 13 '20 18:07 Yermo