New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

fast-circles

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-circles

draw lots of markers quickly without clustering

0.0.5
latest
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created

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.

FAQs

Package last updated on 27 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts