Configurable Wikipedia search radius
The map-card editor now offers a dropdown for the Wikipedia search radius around each route sample point. Five presets:
- 500 m
- 1 km (default)
- 2 km
- 5 km
- 10 km (Wikipedia API maximum)
Larger radii find more articles, especially in less populated areas. Smaller radii reduce noise and load faster.
Stored as `wiki_radius_m` in the card YAML:
```yaml
type: custom:bosch-ebike-map-card
height: 400
wiki_radius_m: 5000
```
Changing the value in the editor immediately re-fetches Wikipedia results when the layer is active. The localStorage cache is keyed per-radius so different cards with different radii don't interfere.
Installation
Update via HACS, restart Home Assistant, hard-refresh the browser (Ctrl+Shift+R / ⌘⇧R).