Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 990 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 990 Bytes

Leaflet.LineExtremities

Shows symbols on the extremities of a Polyline, using SVG markers.

Check out the demo !

Leaflet versions

The version on the gh-pages branch targets Leaflet 0.7.3.

Please use the leaflet0.8-dev branch to be compatible with the development version of Leaflet (0.8).

Usage

To display dots at the extremities of a Polyline:

    var layer = L.polyLine(...);

    layer.showExtremities('dotM');

There is currently 5 types of markers:

  • stopM: perpendicular line
  • squareM: square
  • dotM: dot
  • dotL: large dot
  • arrowM: arrow

CHANGELOG

0.1.1

  • Create the defs node before the paths (#10)

Authors

Makina Corpus