leaflet-labeled-circle
Version:
Special type of SVG marker with a label inside and draggable around the anchor point
21 lines (20 loc) • 552 B
HTML
<html>
<head>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css" />
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet-src.js"></script>
<script src="../dist/L.LabeledCircle-src.js"></script>
<title>Leaflet labeled marker</title>
<style type="text/css">
body, html, #map {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
</style>
</head>
<body>
<div id="map"></div>
<script type="text/javascript" src="js/build.js"></script>
</body>
</html>