Leaflet
Leaflet plugin to render geographic corridors
Yesterday I’ve published a simple Leaflet plugin called
leaflet-corridor.
The plugin defines a new Leaflet primitive L.Corridor
.
When initialized with an array of geo points and width, it renders a polyline with width fixed in meters, not in pixels. That means that line width changes whenever zoom level changes.
Read more...