fast-circles

0.0.5 • Public • Published

Fast Circle Markers for Leaflet

Install

grab leaflet.fast-circles.min.js, or npm install fast-circles and require('fast-circles').

Use

var coords = [[0, 0], [0, 0.2], [0.2, 0], [0.2, 0.2], [0.1, 0.1]];
L.fastCircles(coords, {
  radius: 21,
  color: 'green'
}).addTo(map);

Build

git clone, npm install, and then make.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i fast-circles

    Weekly Downloads

    5

    Version

    0.0.5

    License

    none

    Last publish

    Collaborators

    • uniphil