feat: make map circle alot more transparent

This commit is contained in:
moanos [he/him] 2025-01-09 23:19:02 +01:00
parent 9f3592e64b
commit c46a943c7f

View File

@ -123,7 +123,7 @@
type: 'fill', type: 'fill',
source: 'location-radius', source: 'location-radius',
paint: { paint: {
'fill-color': '#8CCFFF', 'fill-color': 'rgba(140,207,255,0.3)',
'fill-opacity': 0.5 'fill-opacity': 0.5
} }
}); });