Skip to content

cloudybay/leaflet-linkedtag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Create a Tag and line to his owner marker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published