UNPKG

leaflet-labeled-circle

Version:

Special type of SVG marker with a label inside and draggable around the anchor point

9 lines (8 loc) 202 B
/** * Leaflet SVG circle marker with detachable and draggable label and text * * @author Alexander Milevski <info@w8r.name> * @license MIT * @preserve */ module.exports = require('./src/marker');