Skip to content

isabella232/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

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 10.6%
  • CSS 3.5%