dynamic-travel-path-visualizer
Interactive travel route mapping with animated paths and SVG export.
What it does
A browser-based tool for creating animated travel route visualizations. Plot your journey on an interactive map, customize the appearance, and export as SVG for use in presentations or print.
Key features
- Interactive map — click to add waypoints on a Leaflet map
- Animated paths — smooth path animation between waypoints
- SVG export — export the finished visualization as a scalable vector graphic
- Customizable styling — adjust colors, line widths, and marker styles
Tech stack
Vanilla JavaScript with Leaflet for map rendering and custom SVG generation for export.