As you can see the mid points of the polygon seem to be showing orange dashed lines that are underneath the circle, is there anyway I can increase the z-index like thing for the mid points. Currently the midpoint circle have 'circle-color' set to white. Still I see the dashed lines through the circle.
{
id: 'gl-draw-polygon-midpoint',
type: 'circle',
filter: ['all', ['==', '$type', 'Point'], ['==', 'meta', 'midpoint']],
paint: {
'circle-radius': 3,
'circle-color': colors.white,
'circle-stroke-color': 'orange',
'circle-stroke-width': 2,
'circle-opacity': 1,
},
},