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', 'type': 'line',
'source': 'completion-circles', 'source': 'completion-circles',
'paint': { 'paint': {
'line-color': '#0f0', 'line-color': 'rgba(100,100,100,0.5)',
'line-width': 3 'line-width': 2
} }
}); });