Add bus stop markers from stops layer

- plot_bus_stops(): loads bus stops from master.gpkg stops layer (1610
  points), draws small white-filled circles (1.5pt) at each location
- stops layer loaded in main() alongside stations
- 'bus' added to stations.styles and marker.size in styling.yaml
- bus stops respect --no-stops and --no-buses / --modes filters
- bus marker zorder sits just above bus lines
This commit is contained in:
2026-09-13 22:42:05 +02:00
parent 7dc9a15932
commit a81b52a456
2 changed files with 33 additions and 2 deletions
+2 -1
View File
@@ -72,7 +72,7 @@ basemap:
stations:
show: true # draw station markers (symbols without text)
styles: [metro, s_tog, regional]
styles: [metro, s_tog, regional, bus]
marker:
shape: circle # circle | square
fill: white
@@ -81,6 +81,7 @@ stations:
metro: 3.5
s_tog: 3.0
regional: 2.5
bus: 1.5
linewidth: 0.8
labels: