This sample displays in real-time the result of the Live sample in a web browser with Leaflet.
In order to use this sample, you need to run a simple HTTP web server.
With Python, you can run:
python -m http.server 8000
# or
python3 -m http.server 8000
Note: The map will be available on http://localhost:8000/.