Create a glowing effect for points
Stack blurred circles to create a glowing effect for point data.
---
title: Create a glowing effect for points
description: Stack blurred circles to create a glowing effect for point data.
options:
center: [2.3336, 48.8579]
zoom: 11
style:
layers:
- type: circle
paint:
circle-blur: 3
circle-radius: 25
circle-color: rgba(0, 200, 50, 0.3)
- type: circle
paint:
circle-blur: 3
circle-radius: 10
circle-color: rgba(0, 255, 100, 0.3)
- type: circle
paint:
circle-radius: 1
circle-color: white
extends: https://styles.trailsta.sh/protomaps-dark.json
---
[bbox:{{bbox}}];
nwr[highway=bus_stop];
out center;