change border color on map

This commit is contained in:
Tykayn 2025-06-06 11:54:39 +02:00 committed by tykayn
parent 573d4eeb29
commit ece9ae91d5

View file

@ -254,8 +254,8 @@ out skel qt;`;
'type': 'line',
'source': 'completion-circles',
'paint': {
'line-color': '#0f0',
'line-width': 3
'line-color': 'rgba(100,100,100,0.5)',
'line-width': 2
}
});