Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 387 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 387 Bytes

leaflet-linkedtag

Create a draggable Tag line to it's owner Marker.

Check out the demo.

Usage example

L.marker([25.0, 121.5]).bindTag(
    '雲灣資訊', {
        lineOptions: {
            color: '#f00',
        },
        offset: [80, -80]
    }).showTag().addTo(map);